Custom Cart Row
Provides a function which can be modified to add a custom row of HTML to the…
Yoast SEO
Integration with Yoast SEO with WC Vendors
How To Show Last Modified Date On Blog Post Instead Of Published Date in WordPress
If you want to display the last modified date on your blog post without using a…
Completely Disable Comments
add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…
MemberPress: Extend the Grace Period
This will extend the default 1-day grace period for subscriptions. The code needs to be adjusted…
Hide sidebar on mobile device
function custom_hide_sidebar_on_mobile() { echo ' '; } add_action('wp_head', 'custom_hide_sidebar_on_mobile');
Discover LaMelo Shoes: Where Street Style Meets Basketball
Discover LaMelo Shoes – the perfect fusion of style, performance, and comfort. Whether you're dominating the…
How to Allow WordPress WooCommerce Direct Order to WhatsApp Free.
Post Intro In this tutorial you will learn How to Allow WordPress WhatsApp Direct Order to…
expose acf
function expose_acf_to_rest() { register_rest_field('game_state', 'acf', [ 'get_callback' => function($post_arr) { return get_fields($post_arr['id']); }, 'update_callback' => null,…
Header and Footer
Copy/pasted form docket
Conversion Event Snippet
When people click on book now or sign up and redirected to Mindbody for bookings.
Company Field on Receipt
Outputs the "Company" on the payment receipt.
Using an Office 365 GCC or DoD email address
For security measures, Government Community Cloud (GCC) and U.S. Department of Defense (DoD) accounts typically use…
Remove "p" tags Contact Form 7
Remove tags from the forms in the frontend
Add Sticky Header - Astra Free
This code has been updated to include adjustments for the off-canvas menu to also be sticky…