Blogs

Admin Order Cancel Email Not Tra...

14 Feb 2023 Admin 0

399

Admin Order Cancel Email Not Translate Properly in woocommerce. Admin Booking cancel email not translate. Our problem was with the translation of the cancellation email from Woocommer...

Woocommerce Clear Customer Sessi...

26 Jan 2023 Admin 0

375

to clear customer cart session, template cache go to wordpress admin and [woocommerce/status/tools->Clear customer sessions,Clear Template Session]   

Polylang Product Import Sync Wp...

19 Sep 2022 Admin 0

461

Wp All Import Pro product import wrang language. Post Not Sync with translated post. In wp all import pro to sync your product, post, custom post to translated version you need a quique c...

WordPress Translations With Loco

15 Sep 2022 Admin 0

513

How to add translations features with Loco Wordpress Plugin? First Install Loco Plugin in you wordpress project. Active the plugin and open Loco Dashboard "/wp-admin...

Simple Php Excel Export Import

24 Aug 2022 Admin 0

571

Read Excel File Using PHP library Import The Library in your file  include_once('SimpleExcel/SimpleXLSX.php'); use Shuchkin\SimpleXLSX;

Wordpress Nonce Field Preventing...

04 Apr 2022 Admin 0

488

#wordpress #prevent_multiple_submit #wordpress_form_submit #form_submit_frontend #wordpress_plugin_form_submit Case: I want to submit a form on wordpress frontend from a...

Add Shortcode Hook on Plugin Cla...

25 Mar 2022 Admin 0

574

#wordpress #wordpresss_plugin #plugin_register_shortcode #plugin_oop_shortcode_register How to declar add_shortcode in wordpress class file.  Here, we want to display a for...

Cookies are blocked due to unexp...

05 Mar 2022 Admin 0

592

#wordpress #cookie #wordpress_login #wordpress_login_block_cookie #unexpected_output #login_form_not_showing #wordpress_login_problem Cookies are blocked due to unexpected output. wordpre...

Create Subscription Variable Pro...

02 Mar 2022 Admin 0

620

#Woocommerce #woocommerce_rest_api #Subscription_product #create_product #subscription_variable #subscription_period #subscription_interval Create Subscription variable product and add su...

Create Multi Language Product Wi...

02 Mar 2022 Admin 0

582

#wordpress #Polylang #Woocommerce_rest_api #Language_mapping_wordpress #Product Translation #post_translation Create multilang product and mapping each other [Make Translate Version of a...

Created Translate Post Using Res...

24 Feb 2022 Admin 0

571

We want to create a post and also maped with another translate version post. Create multilang post/product with rest api. Mapping with each other post. Rest Api Post Req...

Delete a post type from wordpres...

21 Feb 2022 Admin 0

502

#deletePostType #reset_url #wordpress #wordpress_permalink #permalink_problem Problem was i register a post type which named 'news'. But i want to create a page using this slug an...

Wordpress Plugin & Theme Boiler...

13 Feb 2022 Admin 0

327

Make custom plugin boilerplate at  https://wppb.me/ Make custom theme boilerplate at https://underscores.me/   #plugin_boilerplate #theme...

Create a child theme in WordPres...

15 Jan 2022 Admin 0

394

A child theme allows you to change small aspects of your site’s appearance yet still preserve your theme’s look and functionality.  How to Create a Child Theme 

Get Booking ID from order ID in...

11 Jan 2022 Admin 0

423

Get Booking ID from Order in woocommerce #woocommerce #booking #woocommerce_booking #wc_booking #order #wc_order #wc_order #woocommerce_booking_plugin G...

Php curl error show view

25 Nov 2021 Admin 0

422

Php curl error show curl exec, show curl error or success code $data_json = json_encode($data_json); $cha = curl_init(); curl_setopt($cha, CURLOPT_URL, $url); curl_setopt($cha, CUR...

User Meta Update on user save ho...

18 Nov 2021 Admin 0

403

User Meta Update on user save hook wordpress customer meta update. User meta update. // function user_role_update($user_id, $new...

Create New Booking A availabilit...

10 Nov 2021 Admin 0

392

Malke booking time slot block. make a booking reserved. make a event disable. wordpress, woocommerce booking.... //This is the array that will contain all the availabilities $a...

Woocommerce booking Get person t...

09 Nov 2021 Admin 0

390

Wordpress booking... get booking person and person cost from a booking with a order_id... get person type name . get the sumation of booking person $booking_data = new WC_Boo...

JSON encode special character

09 Nov 2021 Admin 0

396

To store special character and other language string like german, franch wordpress special character filter. Keep Special character into wp database. For special Character store...

Make Pending as Cancel order whi...

08 Nov 2021 Admin 0

359

Cancel all pending payments order in woocommerce. Select Pending order which are not paid .. and make it cancel. wc get order wc_get_orders with wp query args. // admin init del...

Fatal Error Wordpress WP_Query

08 Nov 2021 Admin 0

373

Fatal error wp_query, Class not found, fatal error wc_order, fatal error of wordpress   Keep the function under a hook in wordpress where you use the wp_query or any wp cla...

Laravel Queue with Redis

05 Oct 2021 Admin 0

383

Install Redis run redis ... command line : redis-server env file:  REDIS_HOST=127.0.0.1 REDIS_PASSWOR...

Meta query with transection id i...

19 Sep 2021 Admin 0

399

Filter order with transection id or not. If completed order has transection id this will be completed. Custom meta query. woocommerce order transection _id query. Order Date query in wordpress...

Custom Query Var in Wordpress

19 Sep 2021 Admin 0

395

Query args in wordpress. Query by custom meta_key . Query in wc_get_orders() function . meta_query date in date between . $args = array( 'limit' => 50, 'return'...

is_page Wordpress Function

19 Sep 2021 Admin 0

398

wordpress is_page(id,title,slug) not working ? Show Message individual page in wordpress. if is_page. @php @wordpress @ispage Now try with this code. is_page function wit...

Wordpress Create Custom Table In...

02 Sep 2021 Admin 0

410

See more at  https://www.vijayan.in/how-to-create-custom-table-list-in-wordpress-admin-page/

Keep Sunday off In quform date p...

31 Jul 2021 Admin 0

454

Keep Sunday off In quform date picker with css. In quform date picker make disable click sunday wuth css. open your quform form where you disable sunday click and add a new field of html...

Input Type Number in quform Word...

31 Jul 2021 Admin 0

436

There is no input type number field in quform of wordpress plugin. Here we make input type number field with custom javascripts. Text field to number field with javascript

Permanently remove Active Window...

29 Jun 2021 Admin 0

436

Free Windows 10 has a common problem "Active Windows" watermark on computer. To remove watermark create a text file and save it like this "remove-watermark.bat"...