How to backup ACF option fields with SQL
To get the values SELECT * FROM wp_options WHERE option_name LIKE ‘options_%'” […]
To get the values SELECT * FROM wp_options WHERE option_name LIKE ‘options_%'” […]
I suppose you have enabled the Woocommerce > Products > Enable reviews […]
Query for mo_files_domains DROP TABLE IF EXISTS `ariz_icl_mo_files_domains`; CREATE TABLE `ariz_icl_mo_files_domains` ( […]
If you need to replace product slugs in other language from the […]
If you are using WPML please check that ACF Group is NOT […]
function bulk_add_sales_price( $discount_percentage = 20 ) { $products = get_posts( [ ‘post_status’ […]
Let’s say you want to map the uploads folder with a folder […]
In your functions.php place the following code if ( ! function_exists( ‘tiny_mce_before_init’ […]
Dropping a file into the mu-plugins directory means that code runs automatically, […]
SQL query for renaming Custom Post Types: UPDATE `wp_posts` SET `post_type` = […]
This small class will help you in more advanced situations like getting the […]
We have a CPT people, and each one people belongs to a […]
If you have a page with slug /slug and in that page you […]
If you forgot your admin password then add the following line in […]