Lines:
1 to 24 of 24
<?php // (C) Copyright Bobbing Wide 2017 if ( PHP_SAPI !== "cli" ) { die( "norty" ); } /* function oik_types_lazy_run_oik_types() – oik-types CLI */ /* function oik_types_display_post_types() – */ /* function oik_types_display_post_type() – Displays a post type */ /* function set_archive_posts_per_page() – */ /* function oik_types_update_archive_posts_per_page() – Update archive posts per page */ /* function oik_types_set_archive_posts_per_page() – Sets archive_posts_per_page for selected post types */ /* function set_bw_type_from_post_type_object() – Create a bw_type from a post type object */View on GitHub