• Resolved Make carlos

    (@make-carlos)


    Hi
    How to overrite this function.

        /**
         * Handle product add
         *
         * @return void
         */
        public function handle_product_add() {
    
    }

    Thanks

Viewing 1 replies (of 1 total)
  • Hello @make-carlos ,

    I do not have a direct example to override this function.

    I can provide some hints:
    – This function is added by this hook so you can try to override the following:
    add_action( 'template_redirect', array( $this, 'handle_product_add' ), 11 );
    – There are several filters & action hooks available in the mentioned function. Check if the item you want to modify available through them.

    Thank you ??

Viewing 1 replies (of 1 total)
  • The topic ‘How to overrite this function’ is closed to new replies.