コード例 #1
0
 function cstmfldssrch_screen_options()
 {
     $screen = get_current_screen();
     $args = array('id' => 'cstmfldssrch', 'section' => '200538819');
     bws_help_tab($screen, $args);
 }
コード例 #2
0
 function gllr_add_tabs()
 {
     $screen = get_current_screen();
     if (!empty($screen->post_type) && 'gallery' == $screen->post_type || isset($_GET['page']) && $_GET['page'] == 'gallery-plugin.php') {
         $args = array('id' => 'gllr', 'section' => '200538899');
         bws_help_tab($screen, $args);
     }
 }
コード例 #3
0
 function gglcptch_add_tabs()
 {
     $screen = get_current_screen();
     $args = array('id' => 'gglcptch', 'section' => '200538719');
     bws_help_tab($screen, $args);
 }
コード例 #4
0
 function cntctfrm_add_tabs()
 {
     $screen = get_current_screen();
     $args = array('id' => 'cntctfrm', 'section' => '200538909');
     bws_help_tab($screen, $args);
 }
コード例 #5
0
ファイル: captcha.php プロジェクト: blogfor/king
 function cptch_add_tabs()
 {
     $args = array('id' => 'cptch', 'section' => '200538879');
     bws_help_tab(get_current_screen(), $args);
 }
コード例 #6
0
ファイル: visitors-online.php プロジェクト: RuseHackV2/Go-Out
 function vstrsnln_add_tabs()
 {
     $screen = get_current_screen();
     $args = array('id' => 'vstrsnln', 'section' => '201089295');
     bws_help_tab($screen, $args);
 }
コード例 #7
0
 function gglstmp_add_tabs()
 {
     $screen = get_current_screen();
     $args = array('id' => 'gglstmp', 'section' => '200538869');
     bws_help_tab($screen, $args);
 }
コード例 #8
0
ファイル: pagination.php プロジェクト: Vatia13/tofido
 function pgntn_add_tabs()
 {
     $screen = get_current_screen();
     $args = array('id' => 'pgntn', 'section' => '200995139');
     bws_help_tab($screen, $args);
 }
 function rrrlgvwr_add_tabs()
 {
     $screen = get_current_screen();
     $args = array('id' => 'rrrlgvwr', 'section' => '201247209');
     bws_help_tab($screen, $args);
 }
コード例 #10
0
ファイル: contact_form.php プロジェクト: KurtMakesWeb/CandG
 function cntctfrm_add_tabs()
 {
     $screen = get_current_screen();
     if (isset($_GET['page']) && $_GET['page'] == 'contact_form.php') {
         $args = array('id' => 'cntctfrm', 'section' => '200538909');
         bws_help_tab($screen, $args);
     }
 }
コード例 #11
0
 function pplrpsts_add_tabs()
 {
     $screen = get_current_screen();
     $args = array('id' => 'pplrpsts', 'section' => '200878295');
     bws_help_tab($screen, $args);
 }
コード例 #12
0
 function mltlngg_add_tabs()
 {
     $screen = get_current_screen();
     $args = array('id' => 'mltlngg', 'section' => '200538779');
     bws_help_tab($screen, $args);
 }
コード例 #13
0
 function adsns_add_tabs()
 {
     $screen = get_current_screen();
     $args = array('id' => 'adsns', 'section' => '200538919');
     bws_help_tab($screen, $args);
 }
 function prflxtrflds_screen_options()
 {
     $screen = get_current_screen();
     $args = array('id' => 'prflxtrflds', 'section' => '201146449');
     bws_help_tab($screen, $args);
     $option = 'per_page';
     $args = array('label' => __('Fields per page', 'profile-extra-fields'), 'default' => 20, 'option' => 'fields_per_page');
     add_screen_option($option, $args);
     if (isset($_GET['tab-action']) && 'userdata' == $_GET['tab-action']) {
         global $prflxtrflds_userdatalist_table;
         if (!isset($prflxtrflds_userdatalist_table)) {
             $prflxtrflds_userdatalist_table = new Srrlxtrflds_Userdata_List();
         }
     } elseif (isset($_GET['tab-action']) && 'shortcode' == $_GET['tab-action']) {
         global $prflxtrflds_shortcodelist_table;
         if (!isset($prflxtrflds_shortcodelist_table)) {
             $prflxtrflds_shortcodelist_table = new Srrlxtrflds_Shortcode_List();
         }
     } else {
         global $prflxtrflds_fields_list_table;
         if (!isset($prflxtrflds_fields_list_table)) {
             $prflxtrflds_fields_list_table = new Srrlxtrflds_Fields_List();
         }
     }
 }