MemberPress: Add Description for Order Bumps Memberships

The code snippet is designed to manually add a custom paragraph as a description for each…

MemberPress: Restrict Email Patterns for Specific Memberships

This code snippet prevents users with specific email patterns from registering for any of the specified…

modify woocommerce states list

Modyfiy Woocommerce state list to armenian towns villages or districts

Create a Custom Shipping Method in WooCommerce

This snippet allows you to create and add a custom shipping method to your WooCommerce store.

Insert User Status and EN-ID into localStorage (for Jason)

add_action('wp_head', 'output_auth0_user_id_meta'); function output_auth0_user_id_meta() { $script = ""; echo $script; }

Colin Bunn PRO
<10

Activer automatiquement les extensions professionnelles

add_action('init', function () { $extensions = [ 'wp-user-manager/wp-user-manager.php', 'wp-job-portal/wp-job-portal.php', 'wp-html-mail/wp-html-mail.php', // si utilisé pour les emails…

om.Campaign.canShow

document.addEventListener('om.Campaign.canShow', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );

om.Optin.error

document.addEventListener('om.Optin.error', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…

kindle

blog

Teddy James
<10

Slide Reposition Right Center v2

html div#om-{{id}} { margin-right: -20px !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…

Add Custom Attributes and Group Them

// Step 1: Add your custom attribute(s) to a named group function add_custom_grouped_attributes( $attributes ) {…

<10

Admin Functions for posts.

Make it easier to edit posts when viewing archives or single pages. Add page slug to…

1 122 123 124 125 126 225