Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55052, comment 10


Ignore:
Timestamp:
02/07/2022 06:03:02 PM (4 years ago)
Author:
pikamander2
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55052, comment 10

    initial v1  
    55**Usage example (limit to 50 results):**
    66
    7     add_filter('term_search_num_results', function($number){return 5;});
     7    add_filter('term_search_num_results', function($number){return 50;});
    88
    99**Usage example (no limit):**