mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-04 12:22:24 +08:00
3 lines
87 B
Text
3 lines
87 B
Text
add_filter('alm_no_results_text', function(){
|
|
return 'Unable to locate results.';
|
|
});
|