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(); }
function set_help_sidebar() { builder_set_help_sidebar(); }