Top Google Search Results
- wp_list_pages_excludes Wordpress hook details -- Adam Brown ...
WordPress version history for wp_list_pages_excludes. This database has information for all major versions from WP 1.2.1 through 3.3. - Plugin API/Filter Reference/wp list pages excludes - WordPress Codex
Plugin API/Filter Reference/wp list pages excludes. Applied to the list of excluded pages (an array of page IDs) in the wp_list_pages function. This page is ... - Plugin API/Filter Reference « WordPress Codex
wp_list_pages_excludes: applied to the list of excluded pages (an array of page IDs) in the wp_list_pages function. wp_get_attachment_metadata: applied to ... - Restricting Access to Wordpress pages only after login
$r['exclude'] = implode(',', apply_filters('wp_list_pages_excludes', explode(',', $r[' exclude'])));. What this code is doing is basically setting the exclude variable ...