Enable HTTP Strict Transport Security (HSTS) in WordPress Add the following code into your theme’s functions.php /** * Enables the HTTP Strict Transport Security (HSTS) header… Read More →
Tidy Call Booking intergration on WordPress
July 5, 2022
Tidy is a powerful and flexible booking platform that helps businesses manage their appointments and scheduling. With Tidy, you can easily schedule and manage appointments,… Read More →
WordPress : Add id & class to form in Contact Form 7
May 29, 2022
Add id and class to Contact Form 7 elements Example: contact-form-7 id=”1234″ title=”Contact form 1″ html_id=”contact-form-1234″ html_class=”form contact-form” Source: contactform7.com/faq/can-i-add-id-and-class-attributes-to-a-form-element
A Guide on How to resize contact form 7 textarea rows Contact Form 7 is a widely-used plugin for creating forms in WordPress, including contact… Read More →
Add “Where Did You Hear About Us” option in WordPress #Add the following code on functions.php to add “How did you find us” option in customer… Read More →
delete_post_meta( int $post_id, string $meta_key, mixed $meta_value = ” ) Sources: https://developer.wordpress.org/reference/functions/delete_post_meta/