Advertisement
CodeDropz

WooCommerce File Uploads - Display Hooks

May 15th, 2023
1,307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. $codedropz = DNDMFU_WC_PRO_HOOKS::get_instance();
  2. remove_action('woocommerce_before_add_to_cart_button', array( $codedropz, 'dndmfu_wc_display_file_upload' ), 500 );
  3. add_action('woocommerce_before_variations_form', array( $codedropz, 'dndmfu_wc_display_file_upload' ), 500 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement