Error SOLUTION
How to connect/Auto Sync ServiceM8 to Infusionsoft (keap) via PHP API without using Webhook
Looking php code for auto Sync Jobs to Infusionsoft by Keap, For this you need to create a some custom fields in Keap so you need to know both API for auto sync data from ServiceM8 to Infusionsoft keap, they there is some limitations like using hook we need to Confirm our application so that […]
Slow down WordPress : SELECT DISTINCT meta_key FROM wp_postmeta WHERE meta_key NOT BETWEEN ‘_’ AND ‘_z’ HAVING meta_key NOT LIKE ‘\\_%’ ORDER BY meta_key LIMIT 30
I have fetch some issue when many records exist in post meta, so below query i found into Query Monitor WordPress plugin that was taking too much time to execute SELECT DISTINCT meta_key FROM wp_postmeta WHERE meta_key NOT BETWEEN ‘‘ AND ‘_z’ HAVING meta_key NOT LIKE ‘\%’ ORDER BY meta_key LIMIT 30 That query is […]
How to Add Coupon in WooCcommerce for custom field.
We first prefer to use WordPress with WooCommerce for e-commerce related website because of using WordPress and WooCommerce we can easily achieve what we needed. In eCommerce sometime we needed to use some custom fields like GiftWrap, Or And other details with the ordered item. that we can do easily using adding custom field into […]
Create A Direct Link To Your Google Reviews On Your Site
In this article we will guide you step-by-step on how to embed directly Google reviews on your website. Dome Link Directory Structure For Your Project Create index.php File Create index.php file in project, And copy below code. You need to place id Above code required place id here step-by-step guidance how to get place id: […]
2-Step Verification: Step by step guide with using Twilio API
I hope that this can help you to make your applications more secure. 2-Step Verification adds one more step into the authentication process and therefore provides a mechanism to provide more security for your systems. Dome Link Below is example of 2-Step Verification adding new contact or update existing contact using Twilio API within a […]