Categories

Saturday, October 5, 2024
#919814419350 therichposts@gmail.com

Tag Archives: Wordpress

HOW TO SPLIT WOOCOMMERCE ORDER NOTIFICATION EMAILS AMONG DIFFERENT ADMIN RECIPIENTS BASED ON THE PRODUCT PURCHASED?
WoocommerceWoocommerce HooksWordpressWordpress Cheat CodesWordpress HooksWordpress Tricks

How to split woocommerce order notification emails among different admin recipients based on the product purchased?

To split WooCommerce order notification emails among different admin recipients based on the product purchased, you can follow these steps: Guys if you are new in WordPress or in WooCommerce then please check the below links for some good tutorials: WooCommerce Hooks WordPress Tricks WordPress Hooks HOW TO SPLIT WOOCOMMERCE...

How to get current logged in user using Wordpress Rest Api?
WoocommerceWoocommerce HooksWordpressWordpress Cheat CodesWordpress Hookswordpress rest apiWordpress Tricks

How to get current logged in user using WordPress Rest Api?

Hello guys, how are you? Welcome back on blog therichpost.com. To obtain information about the current logged-in user through the WordPress REST API, please follow the below logic guys. $user_id = ""; //<- add this add_action( 'rest_api_init', 'add_custom_users_api'); function add_custom_users_api(){ $GLOBALS = get_current_user_id(); //<- add this // route url: domain.com/wp-json/mmw/v1/testing...

1 2 3 6
Page 2 of 6