Skip to content

Instantly share code, notes, and snippets.

@tomhemsley
Created April 22, 2014 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomhemsley/11176579 to your computer and use it in GitHub Desktop.
Save tomhemsley/11176579 to your computer and use it in GitHub Desktop.
function metaslider_limit_tabs($args) {
$args['posts_per_page'] = 100;
return $args;
}
add_filter('metaslider_all_meta_sliders_args', 'metaslider_limit_tabs');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment