$yoast_free_input_fields, 'nonce' => wp_create_nonce( 'bulk-editor-table' ), ); $wpseo_bulk_titles_table = new WPSEO_Bulk_Title_Editor_List_Table( $yoast_bulk_editor_arguments ); $wpseo_bulk_description_table = new WPSEO_Bulk_Description_List_Table( $yoast_bulk_editor_arguments ); $yoast_free_screen_reader_content = array( 'heading_views' => __( 'Filter posts list', 'wordpress-seo' ), 'heading_pagination' => __( 'Posts list navigation', 'wordpress-seo' ), 'heading_list' => __( 'Posts list', 'wordpress-seo' ), ); get_current_screen()->set_screen_reader_content( $yoast_free_screen_reader_content ); if ( ! empty( $_REQUEST['_wp_http_referer'] ) && isset( $_SERVER['REQUEST_URI'] ) ) { $request_uri = sanitize_file_name( wp_unslash( $_SERVER['REQUEST_URI'] ) ); wp_redirect( remove_query_arg( array( '_wp_http_referer', '_wpnonce' ), $request_uri ) ); exit; } /** * Outputs a help center. */ function wpseo_render_help_center() { $tabs = new WPSEO_Option_Tabs( '', '' ); $bulk_editor_tab_title = new WPSEO_Option_Tab( 'title', __( 'Bulk editor', 'wordpress-seo' ), array( 'video_url' => WPSEO_Shortlinker::get( 'https://yoa.st/screencast-tools-bulk-editor' ) ) ); $tabs->add_tab( $bulk_editor_tab_title ); $bulk_editor_tab_description = new WPSEO_Option_Tab( 'description', __( 'Bulk editor', 'wordpress-seo' ), array( 'video_url' => WPSEO_Shortlinker::get( 'https://yoa.st/screencast-tools-bulk-editor' ) ) ); $tabs->add_tab( $bulk_editor_tab_description ); $helpcenter = new WPSEO_Help_Center( '', $tabs, WPSEO_Utils::is_yoast_seo_premium() ); $helpcenter->localize_data(); $helpcenter->mount(); } /** * Renders a bulk editor tab. * * @param WPSEO_Bulk_List_Table $table The table to render. * @param string $id The id for the tab. */ function wpseo_get_rendered_tab( $table, $id ) { ?>
show_page(); ?>