Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'wpf_get_setting_available_tags', function( $tags ) {
- foreach ( $tags as $i => $tag ) {
- if ( 'Activity' != $tag['category'] ) {
- unset( $tags[ $i ] );
- }
- }
- return $tags;
- } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement