Pagination Length Change “All” Entry

For some large tables, it can be beneficial to add an “All” entry to the Pagination Length Change dropdown box in the upper left corner of the table (if pagination is enabled). This can be achieved by using this Extension, which needs to be downloaded, installed, and activated like a regular WordPress plugin. After that, the Pagination Length Change dropdown box will have an “All” entry. If you want this to be in your language, just change the word All in line 33

$length_menu_values[] = '"All"';Code language: PHP (php)

of the Extension’s tablepress-length-change-all.php file to the desired translated word. However, pay attention to not accidentally change the quotation marks around it!