Show current day, month, year in various formats

Return the current date and parts of current date in various formats

<10

Change user role for buyers

This is useful if, for example, you want buyers to be able to access dedicated content…

Remove Customer Role From Excluded Roles

This filter can be used to remove the customer role from the excluded roles

<10

Verify Email Domain

During the banned email checks, see if the domain being checked has DNS configured, if not…

Disable Nonce Check For Non Logged In Users

Disables the nonce check for non-logged in donors, usually for those using page caching which causes…

Code for importing theme files from plugin

Generated by Meta.AI /** * Import an entire folder from a plugin into the WordPress theme.…

WP Simple Pay: Facebook Payment Conversion Tracking

Execute a script the first and only time a payment confirmation is viewed.

Webinar popup home page

Landingi generated popup code to be featured on Teldio web site home page.

Add WooCommerce upsells below the add-to-cart button

// add upsells below add-to-cart button add_action( 'woocommerce_single_product_summary', 'woocommerce_upsell_display', 40 );

Google Tag Manager

Google Tag Manager is a tag management system created by Google to manage JavaScript and HTML…

Copy Donation Receipt To Admin

Send the donation receipt to the site admin as well.

Add custom CSS in the Admin

Use this snippet to add custom styles in the WordPress admin head. Add your CSS code…

<10

Disabling MemberPress Signup Reminder Emails for Specific Users

The code snippet disables MemberPress signup reminder emails for users with specified email addresses.

Remove Unused Javascript

Remove Unused Javascript – and improve your Page Speed Insight Score

Meta Pixel Code

Add Meta Pixel Code in WPCode

1 38 39 40 41 42 223