Solved : Missing parameter app_name wordpress
To enable woocommerce rest api and connect to another service, we have to follow the steps Open nginx config file Edit like location / { #try_files $uri $uri/ =404; try_files…
To enable woocommerce rest api and connect to another service, we have to follow the steps Open nginx config file Edit like location / { #try_files $uri $uri/ =404; try_files…
double number; Console.Write("Enter the cost of the item: "); while (!double.TryParse(Console.ReadLine(), out number)) { Console.Write("This is not valid input. Please enter an integer value: "); }
Integrate maxmind_geolocation in woocommerce 2. Add this code to function.php of active theme folder add_filter("woocs_geobone_ip",function(){ return true; }); if ( isset( $_SERVER['REMOTE_ADDR'] ) && ! empty( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) {…
The original gallery execution function comes from here wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php $params = array( 'i18n_required_rating_text' => esc_attr__( 'Please select a rating', 'woocommerce' ), 'review_rating_required' => get_option( 'woocommerce_review_rating_required' ), 'flexslider' => apply_filters( 'woocommerce_single_product_carousel_options',…
We can follow the steps carefully First of all, we need access to c-panel for FTP paste desired plugin into /wp-content/plugins folder access phpmyadmin / MySQL workbench Write this MySQL…
We have to add the following code in wp-config.php define('DISABLE_WP_CRON', true); 2. Install corn job in doplet (Ubuntu) sudo apt update sudo apt install cron sudo systemctl enable cron 3.…
We can report defect by bugzillaor excel