PHP - Custom color dashboard (menu et barre du haut)
function custom_admin_style() { echo ''; } add_action('admin_head', 'custom_admin_style');
Alex Anzalone
Player profile for alex anzalone
Number slider validation for multi page forms
This snippet outputs a small script that listens for the wpformsBeforePageChange event and stops the page…
Always enable Downloadable option
add_action( 'wp_footer', function() { ?>
GravityView_DIR_AC_SYNC_GravityView Sync System
* Description: Syncs GravityView configurations to custom post type * Location: Run Everywhere * Priority: 20…
WPCODE_DIR_AD_SYNC - WPCode Snippets Sync Engine
Description: Exposes wpcode_snippets_sync CPT fields via REST API for WhaleSync * Location: Run Everywhere * Priority:…
Change Currency Format By Locale
This snippet below shows how to change the currency format for each language.
Cortex Schema API
/** * Cortex Schema API v3.1 - Streamlined Schema Audit with Server-Side Filtering * * Focused…
Admin Bar - Updates (copy)
Show updates in Admin Bar
Meta Pixel - AddToCart Event
Meta Pixel - AddToCart Event
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