why remove_action() in dokan-lite work and not in dokan-pro?
-
A class on dokan lite dont have problem:
remove_action(‘dokan_product_edit_after_main’, array( ‘WeDevs\Dokan\Dashboard\Templates\Products’, ‘load_inventory_template’ ), 5 );but on dokan pro there are problem (not get the function on class):
remove_action( ‘dokan_product_edit_after_inventory_variants’, array( ‘WeDevs\DokanPro\Products’, ‘load_shipping_tax_content’ ), 10);
the concept is the same, why doesn’t it work on PRO?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘why remove_action() in dokan-lite work and not in dokan-pro?’ is closed to new replies.