You can make an adjustment to your wp-config for alternating between local and production WordPress database. Change the WP_DEBUG line in wp-config.php to In your DocumentRoot create wp-local-config.php …
Category: WordPress
LearnDash by default is not backward compatible with completed orders from WooCommerce and associating them with products. If you changed your content delivery of your learning platform and ran into this issue, I found a rough solution. First, build a simple connection to your database Next, we will want to find the orders IDs of all the orders with a status of “completed” from WooCommerce. WooCommerce changes the post_status of the shop_order post in wp_posts to “wc-completed”. This will return a …
Social Profiles