You appear to be a bot. Output may be restricted
Description
Report the version of WordPressWe may not be able to do this in oik-batch
Usage
oik_batch_report_wordpress_version();
Parameters
Returns
voidSource
File name: oik-batch/libs/oik-cli.phpLines:
1 to 5 of 5
function oik_batch_report_wordpress_version() { global $wp_version; printf( __( "oik-wp running WordPress %s", "oik-batch" ), $wp_version ); echo PHP_EOL; }View on GitHub