Lines:
1 to 41 of 41
<?php // (C) Copyright Bobbing Wide 2013 /* function oikf2t_lazy_do_page() – Fields to Types mapping page */ /* function _oik_f2t_f2t_row() – Display a current f2t mapping */ /* function _oik_f2t_f2t_table() – Display the table of Field to Type relationships */ /* function oik_f2t_check_relationship_exists() – Check if the relationship already exists */ /* function _oik_f2t_add_oik_f2t() – Add a field to post relationship */ /* function _oik_f2t_update_f2t() – Update the field to post relationship */ /* function _oik_f2t_delete_f2t() – Delete the field to post relationship */ /* function oik_diy_validate_f2t() – f2t must not be blank */ /* function _oik_f2t_f2t_validate() – Validate the field to type relationship */ /* function oik_f2t_f2ts() – Display the table of existing field to type relationships */ /* function oik_f2t_add_oik_f2t() – Display the form to add a field to post relationship */ /* function oik_f2t_edit_f2t() – Display the form to edit a field to post relationship */ /* function oik_f2t_preview() – */ 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