Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('end_wcfm_products_manage', function () {
- global $WCFM;
- remove_action('end_wcfm_products_manage', array($WCFM->wcfm_customfield_support, 'wcfm_custom_field_products_manage_views'), 200);
- }, 199);
- add_action('after_wcfm_products_manage_stock', function() {
- global $WCFM;
- $WCFM->wcfm_customfield_support->wcfm_custom_field_products_manage_views();
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement