Changes the default recipe author name in Tasty Recipes

Replace 'Your New Default Author Name' inside the quotes with your preferred Author Name and then…

<10

Untitled Snippet

/* ===================================================== WCV Vendors Login Form – Custom Styling This CSS snippet customizes the vendor registration…

LifterLMS_DIR_AC_RAPI - Expose LifterLMS ACF Fields to REST API

WPCode Snippet: Expose LifterLMS ACF Fields to REST API * Description: Makes LifterLMS module data accessible…

ismail daugherty PRO
<10

WpPages_DIR_AD_SYNC – WordPress Pages Sync Engine

Description: Comprehensive sync functionality for pages with full content analysis * Location: Run Everywhere * Priority:…

ismail daugherty PRO
<10

Change Currency Format By Locale

This snippet below shows how to change the currency format for each language.

Cortex Image Meta API

/** * Cortex Image Meta API - REST Endpoints for WordPress Image Optimization * v1.0 -…

<10

Allow Subscriptions Product on BOGO and Add Product Search Field

add_filter( 'acfw_product_search_allowed_types' , 'acfw_search_add_support_for_subscription_products' ); function acfw_search_add_support_for_subscription_products( $product_types ) { $product_types[] = 'subscription'; $product_types[] = 'variable-subscription';…

Disable Update Notifications

Disable all wordpress update notifications

Hagai Maidenberg
<10

Sample Email Template Tag

This is an example of how to register a new email template tag for EDD.

1 136 137 138 139 140 216