Yoast SEO WordPress Plugin Compatibility and Configuration Tips: Difference between revisions

mNo edit summary
mNo edit summary
Line 12: Line 12:
  * @package WPSEO\Admin\Views
  * @package WPSEO\Admin\Views
  */
  */
?>
</syntaxhighlight>
</syntaxhighlight>
For the Bulk Editor, to list more than 10 items per page: /WhatEverPathToWebsite/wp-content/plugins/wordpress-seo-premium/admin/class-bulk-editor-list-table.php, edit this section: protected function set_pagination, this variable: wpseo_posts_per_page (default is 10) AND same path, file name: class-admin.php, bulk_edit_options, default (default value is 10).
For the Bulk Editor, to list more than 10 items per page: /WhatEverPathToWebsite/wp-content/plugins/wordpress-seo-premium/admin/class-bulk-editor-list-table.php, edit this section: protected function set_pagination, this variable: wpseo_posts_per_page (default is 10) AND same path, file name: class-admin.php, bulk_edit_options, default (default value is 10).