Remove hook defined in contruct
-
Hello,
I want to remove this hook, but I cannot remove it because it is in the construct. Can you help me?
…dokan-lite/includes/Dashboard/Templates/Settings.phpadd_action(‘init’, ‘remove_show_enable_seller_message’);
function remove_show_enable_seller_message() {
remove_action(‘dokan_settings_content_inside_before’, array (dokan()->Settings, ‘remove_show_enable_seller_message’));
}Also, I would appreciate if you briefly explain how you wrote the class name. Because I am facing other similar problems.
I’ve looked through your documents and there is no single answer. I don’t want to open topic again and again.
Thanks.
The topic ‘Remove hook defined in contruct’ is closed to new replies.