mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
https://www.relevanssi.com/knowledge-base/adjusting-search-throttle/ https://wordpress.org/support/topic/allowed-memory-size-of-536870912-bytes-exhausted-3/
1 line
90 B
Text
1 line
90 B
Text
add_filter( 'pre_option_relevanssi_throttle_limit', function( $limit ) { return 250; } );
|