Advertisement
wclovers

Untitled

Oct 26th, 2023
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. add_action('end_wcfm_products_manage', function () {
  2.     global $WCFM;
  3.     remove_action('end_wcfm_products_manage', array($WCFM->wcfm_customfield_support, 'wcfm_custom_field_products_manage_views'), 200);
  4. }, 199);
  5.  
  6. add_action('after_wcfm_products_manage_stock', function() {
  7.     global $WCFM;
  8.     $WCFM->wcfm_customfield_support->wcfm_custom_field_products_manage_views();
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement