Forums › Forums › Search & Filter Pro › Not showing all results
Tagged: results
- This topic has 17 replies, 4 voices, and was last updated 6 months, 3 weeks ago by Trevor.
-
Trevor(Private) March 11, 2020 at 3:33 pm #236300
@Oris
You might need to renew your licence to get v2.5.0.
This code in functions has been changed a little to make it trigger much later:
add_action('pmxi_saved_post', 'wp_all_import_post_saved', 1000, 1); function wp_all_import_post_saved($id) { do_action('search_filter_update_post_cache', $id); }
(1000 instead of 10)
@Melvin. You would need to renew your licence and then update the plugin to 2.5.0 and start a new thread, as this thread has private posts that I cannot show you.
Anonymous(Private) April 19, 2024 at 2:02 pm #288948Can i use this Code u posted:
add_action(‘pmxi_saved_post’, ‘wp_all_import_post_saved’, 1000, 1);
function wp_all_import_post_saved($id) {
do_action(‘search_filter_update_post_cache’, $id);
}for updating the cache after import with wpallimport? id i understand that the right way?
do i have to put the code in the function.php or fuction editor ind wpallimport? -
AuthorPosts