Created
February 17, 2017 22:18
-
-
Save MZAWeb/8fbb94dbe6c16a34b9fdb4df34e61020 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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