Closed jorge-teixeira closed 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);
Thanks. We will check.
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);