Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomhemsley/800866a2c68861b20776 to your computer and use it in GitHub Desktop.
Save tomhemsley/800866a2c68861b20776 to your computer and use it in GitHub Desktop.
function metaslider_restrict_tags($args) {
$args['popular_cats'] = true;
return $args;
}
add_filter("metaslider_post_feed_wp_terms_checklist_args", 'metaslider_restrict_tags');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment