add_help_tab( array( 'id' => 'dpa-supported-plugins-overview', 'title' => __( 'Overview', 'dpa' ), 'content' => '
' . __( 'This screen lists all the users on your site who are eligble to unlock achievements.', 'dpa' ) . '
' . '' . __( 'Each user has one of five defined roles as set by the site admin: Site Administrator, Editor, Author, Contributor, or Subscriber. Users with roles other than Administrator will see fewer options in the dashboard navigation when they are logged in, based on their role.', 'dpa' ) . '
' ) ); // Help panel - screen display text get_current_screen()->add_help_tab( array( 'id' => 'dpa-supported-plugins-views', 'title' => __( 'Screen Content', 'dpa' ), 'content' => '' . __( 'You can customize the display of this screen’s contents in a number of ways:', 'dpa' ) . '
' . '' . __( 'For more information:', 'dpa' ) . '
' . '' . __( 'Achievements Website', 'dpa' ) . '
' . '' . __( 'Support Forums', 'dpa' ) . '
' ); } /** * Display the Achievements user admin index screen, which contains a list of all the users. * * @global DPA_Users_List_Table $dpa_users_list_table Activity screen list table * @global string $plugin_page * @since Achievements (3.) */ function dpa_admin_screen_users() { global $dpa_users_list_table, $plugin_page; $messages = array(); // Prepare the list items for display $dpa_users_list_table->prepare_items(); // Call an action for plugins to modify the activity before we display the edit form do_action( 'dpa_admin_screen_users', $messages ); ?>\n", $messages ); ?>