Lines:
1 to 42 of 42
<?php // (C) Copyright Bobbing Wide 2013 /* function oikx2t_lazy_do_page() – Taxonomies to Types mapping page */ /* function _oik_x2t_x2t_row() – Display a current x2t mapping */ /* function _oik_x2t_x2t_table() – Display the table of Taxonomy to Type relationships */ /* function oik_x2t_check_relationship_exists() – */ /* function _oik_x2t_add_oik_x2t() – Check if the Taxonomy to post relationship already exists */ /* function _oik_x2t_update_x2t() – Update the taxonomy to type relationship */ /* function _oik_x2t_delete_x2t() – Delete the taxonomy to type relationship */ /* function oik_diy_validate_x2t() – x2t must not be blank */ /* function _oik_x2t_x2t_validate() – Validate the taxonomy to type relationship */ /* function oik_x2t_x2ts() – Display the table of existing Taxonomy to type relationships */ /* function bw_list_taxonomies() – Return a list of taxonomies */ /* function oik_x2t_add_oik_x2t() – */ /* function oik_x2t_edit_x2t() – Edit the taxonomy to type relationship */ /* function oik_x2t_preview() – View the taxonomy to type relationship */ if ( !function_exists( "bw_update_option" ) ) { /* function bw_update_option() – Set the value of an option field in the options group */ } if ( !function_exists( "bw_delete_option" ) ) { /* function bw_delete_option() – Remove an option field from a set */ }View on GitHub