09 June 2020

How to show wordpress error messages in woocommer and wordpress? || wc_add_notice Function

How to show wordpress error messages in woocommer and wordpress? ||  wc_add_notice Function


if(is_null($user)){
wc_add_notice( 'You must enter registered phone number for otp!', 'error' );
return false;
}

No comments:

Post a Comment

How to add re-captcha v3 on all Elementor forms using coding?

 Add re-captcha v3 on all Elementor forms using coding add_action('wp_footer',function(){     ?> <script src="https://www...