Hi I am using learndash Wordpress plugin. I want to get the data related to a user tht how many courses he is enrolled in and how many has he completed. Is ther
I have a shortcode [tips] in which at the end I'm doing: wp_enqueue_script( "tips", plugins_url( "/tips/js/tips.js", PATH ), array("jquery"), TIPS_VERSION, tru
I have created a Next.js app using Wordpress as a CMS and WPGraphQL to fetch data. I have created apollo-client the following way: uri: process.env.NEXT_PUBLI
I have checked my Apache error log and found the following errors: [Tue Mar 13 05:04:47.855612 2018] [core:error] [pid 18177] [client xxx.xxx.xxx.xxx] AH0
I have a created a contact form in the function.php and added short code on my page and it's working. I am getting my form. function st_contact_form(){ ob_star
I'm trying to add a custom function to my child-themes functions.php file where a checkbox is added to the bottom of the billing details form on the checkout pa
I'm trying to implement currency change on checkout with WooCommerce Multilingual Plugin. I need a country with COP and the rest of countries with USD. First I
I have a while loop that display posts using the slick slider multiple items format. This displays and works with no problems. I want to be able to 'disable'
I would like to show order_item_id by get_order_report_data() I can use the array to show product id and order id : array( '_product_id' => array(
I want to optimize the WordPress block editor for my clients and hide everything that might confuse my clients. I've already removed several panels (colors, typ
On a php page in wordpress, I have a shortcode for an accordion, that consists of the following, and works perfectly: <?php echo do_shortcode('[su_accordion
I'm developing a plugin that creates an order directly (no cart) and applies a coupon. In version 3.0 of the woo API the function add_coupon() has been deprecat
I'm currently working on a website, which triggers a net::ERR_HTTP2_PROTOCOL_ERROR 200 error on Google Chrome. I'm not sure exactly what can provoke this error,
I have a TinyMce instance inside a bootstrap Modal. When i click the "Insert/Edit Link" button, the modal opens correctly but the text fields are not focusable
I've done some research and run up with this code remove_action('wp_head','noindex',1); but apparently it's not removing the <meta name="robots" content="
I have being doing research for a few days but still cannot find an answer. I am using Woocommerce without the Single Product page. So I am using urls like htt
First time working with Wordpress and looking to build a plugin. In the plugin I create a user to which I want to create a named application password. Is there
I just installed the flatsome theme on WordPress on my namecheap server and I'm having a problem whereby the changes I make with the UX builder don't save. Ever
I currently using Oxygen Builder in my wordpress, tryna load my other page using AJAX and I'm very very noob at this. Then, i've done some research about it fir
Based on "woocommerce change price in checkout and cart page" answer code that change the total price in checkout page, I have added some extra code to count th