Removing WooThemes Sensei actions via an external plugin class file
-
I am trying to remove an action so that I can replace a function in Sensei (WooThemes). I have tried looking around and I’ve tried things such as:
global $woothemes_sensei;
remove_action('sensei_single_course_modules_before', array($woothemes_sensei->frontend, 'course_modules_title'),21);
The action I want to remove is in the class-sensei-modules.php file in the core Sensei plugin. And i’m trying to remove it via a custom plugin.
Can anyone assist please ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Removing WooThemes Sensei actions via an external plugin class file’ is closed to new replies.