Hi!
We have changed the IDs of all filters inside the plugin. You should now specify the filter name in the following order, for example:
add_filter(‘ymc_post_custom_layout_FilterID_LayoutID’, ‘my_custom_post_layout’, 10, 5);
where FilterID is ID of the filter inside Smart Filter Admin Panel Shortcode tab example [ymc_filter id=’165′]
LayoutID is serial number of the custom filter layout on the page. Can be find by inspecting the filter css class like: data-target-ymc1
See documentation on github – https://github.com/YMC-22/smart-filter
This applies to other plugin filters as well. see documentation. Thanks
-
This reply was modified 2 years ago by
ymih22.
-
This reply was modified 2 years ago by
ymih22.
-
This reply was modified 2 years ago by
ymih22.
-
This reply was modified 2 years ago by
ymih22.