Advertisement
sandy1000

Untitled

Oct 27th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. function eg_remove_my_subscriptions_button( $actions, $subscription ) {
  2.     global $wp_query;
  3.     $cat_id = $wp_query->get_queried_object()->term_id; // get current category id
  4.  
  5.     if($cat_id == 26) { // check if we're in the category
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement