Changeset 483059
- Timestamp:
- 01/01/2012 06:14:09 PM (14 years ago)
- File:
-
- 1 edited
-
advanced-post-privacy/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-post-privacy/trunk/readme.txt
r483057 r483059 52 52 directory. 53 53 54 **Available Actions** 54 **Available Actions**: 55 55 * adv_pp_add_ip_address_exclusion (1 arg, the IP address being added) 56 56 * adv_pp_remove_ip_address_exclusion (2 args, the IP address, and the post type slug being removed) 57 57 * adv_pp_uninstall (No arguments, runs on uninstall) 58 58 59 **Available Filters** 59 **Available Filters**: 60 60 * adv_pp_applicable_post_types (Array of slug => label post types that APP can access.) 61 61 * adv_pp_post_type_labels (Array of labels for Post Types) … … 100 100 101 101 **Assets Available** 102 103 jQuery chosen js, and css, is enqueued via APP, and can be called on any pages as it is normally called. 104 Constants 105 APP uses many constants, of which are: 106 APP_PREFIX (“adv_pp_”) 107 PLUGIN_PATH 108 CODE_PATH 109 DESIGN_PATH 110 PLUGIN_URL 111 DESIGN_URL 112 APP_CONFIG_FILE (path to the config.json file) 113 VIEWER_IP_ADDRESS (users REMOTE_ADDR from $_SERVER) 102 jQuery chosen js, and css, is enqueued via APP, and can be called on any pages as it is normally called. 103 APP uses many constants, of which are: 104 APP_PREFIX (“adv_pp_”) 105 PLUGIN_PATH 106 CODE_PATH 107 DESIGN_PATH 108 PLUGIN_URL 109 DESIGN_URL 110 APP_CONFIG_FILE (path to the config.json file) 111 VIEWER_IP_ADDRESS (users REMOTE_ADDR from $_SERVER) 114 112 115 113 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.