Viewing 2 replies - 1 through 2 (of 2 total)
  • alternatively, instead of overriding an entire template file, you can simply add this to your theme’s function.php until they fix the plugin:

    add_action( 'woocommerce_register_form', 'mytheme_woocommerce_register_form', 1000 );
    function mytheme_woocommerce_register_form() {
    	do_action( 'register_form' );
    }
    Plugin Author Collins Agbonghama

    (@collizo4sky)

    Done.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce 3.0 change needed’ is closed to new replies.