• I’m trying to add a help tab to my plugin using the code below but it simply doesn’t appear to do anything:

    $screen = get_current_screen();
    $screen->add_help_tab( array( 'id' => $screen->id, 'title' => __('My Title'),'content' => __('My content') ) );
  • The topic ‘Difficulty with contextual help tab integration, need help…’ is closed to new replies.