Hook issue after upgrade from v3.2.8 to v4.2.5.5
-
I’ve a custom plugin that adds an extra field to the course price settings page in Learnpress (I’m using the Eduma theme) and it was working fine but after upgrade Learnpress from version 3.2.8 to 4.2.5.5 the callback associated with the filter hook is not running anymore.
The hook code is:
add_filter(‘learn_press_course_payment_meta_box_args’, ‘my_callback_function’, 10, 1);
Any help would be appreciated, thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hook issue after upgrade from v3.2.8 to v4.2.5.5’ is closed to new replies.