This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Taxonomy list filters and columns | |
* | |
* @todo Test! | |
* @todo Need replacement function for slt_terms_list() | |
* @link http://wordpress.stackexchange.com/questions/578/adding-a-taxonomy-filter-to-admin-list-for-a-custom-post-type/3215#3215 | |
*/ | |
add_action( 'restrict_manage_posts', 'pilau_restrict_manage_posts' ); |