Ejemplo n.º 1
0
 function add_screen_meta()
 {
     $help = $this->contextual_help('');
     if (!empty($help) && is_string($help)) {
         $tab = array('id' => 'screen-info', 'title' => __('Screen Info'), 'content' => $help);
         get_current_screen()->add_help_tab($tab);
     }
     builder_set_help_sidebar();
 }
Ejemplo n.º 2
0
 function set_help_sidebar()
 {
     builder_set_help_sidebar();
 }