How to make elementor column clickable? (no plugin)
How to make elementor column clickable? Add the following code to Functions.php use ElementorControls_Manager; use ElementorElement_Base; /** * Main plugin class * * @return void
How to make elementor column clickable? Add the following code to Functions.php use ElementorControls_Manager; use ElementorElement_Base; /** * Main plugin class * * @return void
Get child of parent categories in wordpress rest api and json method: Paste below code in functions.php /* get sub categories */ add_action( ‘rest_api_init’, function
Get only parent categories wordpress rest api and json method: Paste below code in functions.php /* parent categories via rest api */ add_action( ‘rest_api_init’, function
Here’s how you can change the placeholder dynamically, change div inner text and div inner html: Angular js help you in number of applications. I
You can assume, that name is unique and all radio in group has the same name. Then you can use jQuery support like that Method
precisediff in hh:mm:ss format with moment.js This approach will work ONLY when the total duration is less than 24 hours: var now = “04/09/2013 15:00:00”;
function insertCount(slide_curr,slide_count){ $(‘#slide-counter’).html(‘<strong>’+ (slide_curr + 1) +'</strong>/’+ slide_count); }; var slider = $(‘#slideshow’).bxSlider({ auto: true, pager: false, onSliderLoad: function (){ var slide_count = slider.getSlideCount(); var
1. Open file “/wp-content/plugins/woocommerce-subscriptions/includes/class-wcs-query.php” 2. Go to line 104 3. Change public function get_endpoint_title( $endpoint ) to public function get_endpoint_title( $endpoint, $action = ” )
First you need to pass in the namespace to register_rest_route Like this add_action( ‘rest_api_init’, function () { register_rest_route( ‘namespace/v1’, ‘/product/(?P<id>d+)’, array( ‘methods’ => ‘GET’, ‘callback’ => ‘my_awesome_func’, )
here’s the wp_get_attachment_image_scr function: function wp_get_attachment_image_src($attachment_id, $size=’thumbnail’, $icon = false) { // get a thumbnail or intermediate image if there is one if ( $image
Account
Site
Copyright © 2022 AmitpalSingh.com, doing business as Woocoders. All Rights Reserved.
Got a Question? Check out our FAQ Section.