YMC-22 / smart-filter

YMC Smart Filter, allows to solve a variety of tasks for displaying posts on site pages. For advanced developers, there is an opportunity to independently develop layouts for filters and post cards, which makes the plugin universal.
14 stars 6 forks source link

typo in Add Custom Filter Layout. example: #14

Closed jorge-teixeira closed 6 months ago

jorge-teixeira commented 6 months ago

hello i think there is a typo in Add Custom Filter Layout. example:

add_filter("ymc_filter_customlayout"14233_1, "callback_function", 10, 6);

the " in the wrong spot

add_filter("ymc_filter_custom_layout_14233_1", "callback_function", 10, 6);

YMC-22 commented 6 months ago

Thanks. We will check.