Skip to content

Instantly share code, notes, and snippets.

@csesumonpro
Last active February 15, 2022 09:28
Show Gist options
  • Save csesumonpro/81369f696bb8521f8eefe2c14721b77d to your computer and use it in GitHub Desktop.
Save csesumonpro/81369f696bb8521f8eefe2c14721b77d to your computer and use it in GitHub Desktop.
Ninja table search time delay filter
<?php
add_filter('ninja_table_search_time_delay',function($time, $table_id) {
return 1500;
},10, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment