You appear to be a bot. Output may be restricted
Description
oik-types CLISyntax: oikwp oik-types.php from the oik-types folder
Usage
oik_types_lazy_run_oik_types();
Parameters
Returns
voidTO DO
move the logic in oik_types_set_archive_posts_per_page() to somewhere more appropriate.Source
File name: oik-types/admin/oik-types-cli.phpLines:
1 to 9 of 9
function oik_types_lazy_run_oik_types() { oik_require( "admin/oik-types-admin.php", "oik-types" ); oik_require( "admin/oik-types.php", "oik-types" ); oik_types_display_post_types(); oik_types_set_archive_posts_per_page(); oik_types_display_post_types(); }View on GitHub