Changeset 482606
- Timestamp:
- 12/30/2011 11:59:29 PM (14 years ago)
- File:
-
- 1 edited
-
advanced-post-privacy/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-post-privacy/trunk/readme.txt
r482602 r482606 13 13 allows you to make exceptions to any content types that have been marked as private. 14 14 15 == Possible Future Features == 15 **Possible Future Features** 16 16 * Allowing exceptions on a per page/post basis. 17 17 * Allowing protected posts/pages to be bypassed. … … 48 48 directory. 49 49 50 == Available Hooks == 50 **Available Hooks** 51 51 adv_pp_add_ip_address_exclusion 52 52 adv_pp_remove_ip_address_exclusion … … 59 59 adv_pp_bypassed_post_ids 60 60 61 == Adding a type of Exclusion == 61 **Adding a type of Exclusion** 62 62 By default, Advanced Post Privacy (APP) has two types of exclusions, IP Address, and Role. It’s built in a mostly modular fashion, and is a configuration based plugin, meaning after adding your functionality, you need to explicitly tell the system about your new functionality, via the config.json file. 63 63
Note: See TracChangeset
for help on using the changeset viewer.