Created
December 18, 2018 02:18
-
-
Save nylen/aad3dd901eba1d8079275ef529994777 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 | |
require_once __DIR__ . '/src/wp-load.php'; | |
echo "Type | Generator\n"; | |
echo "|--|--|\n"; | |
foreach ( array ( 'html', 'xhtml', 'atom', 'rss2', 'rdf', 'comment', 'export' ) as $type ) { | |
echo "$type | `" . get_the_generator( $type ) . "`\n"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment