Plugin Directory

Changeset 483059


Ignore:
Timestamp:
01/01/2012 06:14:09 PM (14 years ago)
Author:
asdasDan
Message:

Updating readme, markdown sucks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • advanced-post-privacy/trunk/readme.txt

    r483057 r483059  
    5252directory.
    5353
    54 **Available Actions**
     54**Available Actions**:
    5555* adv_pp_add_ip_address_exclusion (1 arg, the IP address being added)
    5656* adv_pp_remove_ip_address_exclusion (2 args, the IP address, and the post type slug being removed)
    5757* adv_pp_uninstall (No arguments, runs on uninstall)
    5858
    59 **Available Filters**
     59**Available Filters**:
    6060* adv_pp_applicable_post_types (Array of slug => label post types that APP can access.)
    6161* adv_pp_post_type_labels (Array of labels for Post Types)
     
    100100
    101101**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)
     102jQuery chosen js, and css,  is enqueued via APP, and can be called on any pages as it is normally called.
     103APP uses many constants, of which are:
     104APP_PREFIX (“adv_pp_”)
     105PLUGIN_PATH
     106CODE_PATH
     107DESIGN_PATH
     108PLUGIN_URL
     109DESIGN_URL 
     110APP_CONFIG_FILE (path to the config.json file)
     111VIEWER_IP_ADDRESS (users REMOTE_ADDR from $_SERVER)
    114112
    115113== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.