Category: Wordpress Cheat Codes
In this Wordpress Cheat Codes category, you can find all the Wordpress Cheat Codes, which will help you fastly.
-
Solved – WooCommerce Coupon Usage Limit has been Reached
Hello guys how are you? Welcome back on my blog therichpost.com. Guys today in this blog post you will see, Solved – WooCommerce Coupon Usage Limit has been Reached. Guys if you are new in WordPress or in WooCommerce then please check the below links for some good tutorials: Guys there two methods to solve…
Written by
-
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: 1. Identify Email Recipients Determine who needs to receive the notification emails for specific products.…
Written by
-
How to create custom fields in WooCommerce checkout form?
Creating custom fields in the checkout process of a WooCommerce store can enhance the user experience by collecting additional, relevant information from customers. Here’s a step-by-step guide on how to do this using hooks in WooCommerce, without a plugin. If you prefer a plugin, I can guide you through that process as well. Step 1:…
Written by
-
How to get current logged in user using WordPress Rest Api?
Woocommerce, Woocommerce Hooks, Wordpress, Wordpress Cheat Codes, Wordpress Hooks, wordpress rest api, Wordpress TricksHello 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[‘user_id’] = get_current_user_id(); //<- add this // route url: domain.com/wp-json/mmw/v1/testing register_rest_route( ‘mmw/v1’, ‘testing’, array( ‘methods’…
Written by
-
Customize WooCommerce Checkout form into Accordion Multi Steps
Hello guys how are you? Welcome back to my channel. Today in this post I am going to show you Customize WooCommerce Checkout form into Accordion Multi Steps. Guys I have used both latest versions WordPress 6.3 and WooCommerce 8.1. Guys if you are new in WordPress or in WooCommerce then please check the below links…
Written by
-
WooCommerce add multiple products to cart via hook
Hello guys how are you? Welcome back to my channel. Today in this post I am going to show you WooCommerce add multiple products to cart via hook. 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 Guys your…
Written by
-
Making the Commission Fee to be Added to the WooCommerce Product | Dokan Multivendor | WordPress
Dokanmultivendor, Woocommerce, Woocommerce Hooks, Wordpress, Wordpress Cheat Codes, Wordpress Hooks, Wordpress TricksHello guys how are you? Welcome back to my channel. Today in this post I am going to show you Making the Commission Fee to be Added to the WooCommerce Product | Dokan Multivendor | WordPress. Guys if you are new in WordPress or in WooCommerce then please check the below links for some good…
Written by
-
How to show custom data in woocommerce order billing details in backend?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to show custom data in woocommerce order billing details in backend? Post Working: I am showing some custom data to my woocommerce orders section in my wordpress backend and I am doing this with woocommerce hook. Here is the working woocommerce…
Written by
-
WordPress User Login Frontend
Hello to all, welcome to therichpost.com. In this post, I will tell, WordPress User Login Frontend. WordPress is the best CMS because it is complete user friendly and WordPress gives us complete flexibility. Here are some working screenshots: Post Working: In this post, I am sharing code for two files, First for footer.php file, In…
Written by
-
WordPress cheat code to update User Password mysql query
Hello to all, welcome to therichpost.com. In this post, I will tell you, WordPress cheat code to update User Password mysql query. To get more WordPress Cheat Codes, please chick: WordPress Cheat Codes. In this post, I am sharing, WordPress cheat code to update User Password mysql queryand I think, this will be useful to…
Written by