frontend/js/snippets/scroll-behavior/sticky

This JavaScript snippet enables smooth scrolling to in-page anchors (like #section1) while automatically adjusting for a…

Diagnostic_Universal - KIC Universal Diagnostic Tool - PASSIVE VERSION

/** * KIC Universal Diagnostic Tool - PASSIVE VERSION * * A comprehensive diagnostic tool for…

ismail daugherty PRO
<10

WP Version abschalten

function wpbeginner_remove_version() { return ''; } add_filter('the_generator', 'wpbeginner_remove_version');

Detect Orphaned Content in WordPress Admin

Identify published posts and pages that are not linked internally from other published content on your…

Waste Licence

Waste carriers affiliation badge

Anthony Burnett
<10

product data tabs

/** * Rename product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs )…

Carla Mawyin
<10

Force Minimum Password Length in Profile Editor

Verify password minimum length in the EDD profile editor.

Give Subscription on Purchase

This snippet will provide customers with one year of access to subscription content when they make…

Add Custom Taxonomy to Woocommerce Single Product Page

add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…

Add CSS classes to apply for vendor label

/** * Add CSS class to apply for vendor label in a registration * * @param…

Supports sending an email with a Stripe Pre-Approved payment is submitted.

By default EDD only sends a purchase confirmation when an order is marked as completed, however…

Filter Music Promoter Age Restriction | Display Eventbrite Events

For Eventbrite music promoters only. Age restriction text is displayed unless it is set in Eventbrite…

1 63 64 65 66 67 125