set_screen_reader_content( array( 'heading_views' => __( 'Filter posts list' ), 'heading_pagination' => __( 'Posts list navigation' ), 'heading_list' => __( 'Posts list' ), ) ); // If type is empty, fill it with value of first tab (title). $_GET['type'] = ( ! empty( $_GET['type'] ) ) ? $_GET['type'] : 'title'; if ( ! empty( $_REQUEST['_wp_http_referer'] ) ) { wp_redirect( remove_query_arg( array( '_wp_http_referer', '_wpnonce' ), stripslashes( $_SERVER['REQUEST_URI'] ) ) ); exit; } ?>