Skip to content

Instantly share code, notes, and snippets.

@nylen
Created December 18, 2018 02: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 nylen/aad3dd901eba1d8079275ef529994777 to your computer and use it in GitHub Desktop.
Save nylen/aad3dd901eba1d8079275ef529994777 to your computer and use it in GitHub Desktop.
<?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