Skip to content

Instantly share code, notes, and snippets.

@MZAWeb
Created February 17, 2017 22:18
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/8fbb94dbe6c16a34b9fdb4df34e61020 to your computer and use it in GitHub Desktop.
Save MZAWeb/8fbb94dbe6c16a34b9fdb4df34e61020 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 ) {
print_r( $args );
die();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment