Lines:
1 to 27 of 27
<?php // (C) Copyright Bobbing Wide 2013-2018 /* function oikcpt_lazy_admin_menu() – Lazy implementation for "oik-types" admin menu */ /* function bw_list_registered_post_types() – Return a list of registered post_types */ /* function oik_types_menu() – Display the oik types page overview – in one big page */ /* function oikcpt_types_do_page() – Lazy implementation of the oik-types admin page */ /* function oikfie_fields_do_page() – Lazy implementation of the oik-fields admin page */ /* function oiktax_taxonomies_do_page() – Lazy implemenation of the oik-taxonomies admin page */ /* function oikt2f_do_page() – Page for defining the mapping of fields to types or types to fields */ /* function oikf2t_do_page() – Page for defining the mapping of fields to types or types to fields */ /* function oikx2t_do_page() – Page for defining the mapping of taxonomies to types or types to taxonomies */ /* function bw_return_singular_name() – Return the singular name for the post_type, if defined */View on GitHub