Description
Usage
oik_themes_status();Parameters
Returns
voidSource
File name: oik-themes/admin/oik-themes.phpLines:
1 to 12 of 12
function oik_themes_status() { $atts = array( "post_type" => "oik-themes" , "orderby" => "meta_value" , "meta_key" => "_oikth_slug" ); oik_require( "includes/bw_posts.php" ); $posts = bw_get_posts( $atts ); foreach ( $posts as $post ) { oik_themes_summarise_versions( $post ); } oik_themes_status_report(); }View on GitHub
Called by
Invoked by
Calls
1 to 2 of 2
Call hooks
API Letters:
