Skip to content

Instantly share code, notes, and snippets.

@MZAWeb
Created February 17, 2017 22:35
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 MZAWeb/5282e0c2a9041bcb0f2e0adf2af01ff9 to your computer and use it in GitHub Desktop.
Save MZAWeb/5282e0c2a9041bcb0f2e0adf2af01ff9 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'themes_api_args', 'wpe_ejemplo_api_themes' );
function wpe_ejemplo_api_themes( $args ) {
$args->author = 'wordpressdotorg';
return $args;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment