Skip to content

Instantly share code, notes, and snippets.

View mohanrangasamy's full-sized avatar
🎯
Focusing

Mohan Kumar Rangasamy mohanrangasamy

🎯
Focusing
  • Zudo Innovations
  • Chennai
View GitHub Profile
@mohanrangasamy
mohanrangasamy / gist:00eaeb129dc4c178f8d594401b3c51f3
Created April 4, 2019 10:26 — forked from gyrus/gist:3155971
WordPress custom post type taxonomy list filters
<?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' );