Remove Pagination in Appearance -> Menus -> Categories
As per Stackoverflow Stackoverflow Ok after reading through the source code I found that the number of categories returned in the edit menu section is hardcoded to 50 on line 613 of \wp-admin\includes\nav-menu.php // Paginate browsing for large numbers of objects. $per_page = 50; $pagenum = isset( $_REQUEST[$taxonomy_name . ‘-tab’] ) && isset( $_REQUEST[‘paged’] ) … Read more