Need parameter for store_search action
-
I need some change on the json result for the map, so I read your code and found in the frontend/class-frontend.php have an action named wpsl_store_search (line 126):
do_action( 'wpsl_store_search');
I think this action should update to:
add_filter( 'wpsl_store_search', $store_data );
To allow developer access to the $store_data and update/process it.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Need parameter for store_search action’ is closed to new replies.