Escaping Data

// instead the _e(), __() or _x() use the escaped version _e('Email Summary', 'duplicator-pro'); // this…

Widget Content | Display Eventbrite Events

The widget usually uses the excerpt. This is generally fine, but other plugins can change it.…

Disable "Scheduled export e-mail of ... returned false when sending to ..." notice in Scheduled Exports

function custom_woo_ce_cron_export_email_wp_mail_failure_notice() { // Turn off the error notice return false; } add_filter( 'woo_ce_cron_export_email_wp_mail_failure_notice', 'custom_woo_ce_cron_export_email_wp_mail_failure_notice' );

<10

Disable Rich Pins

This code snippet will disable all rich pins on your site, not just recipes.

<10

nTask

Verify Email - nTask nTask Project Management Simplified You've got mail! You've been successfully registered if…

Change Admin Panel Footer Text

Display custom text in the admin panel footer with this snippet.

Defining SMTP.com Mailer Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

BNB Auto Bot

BNB Auto Group Customer Service Bot

<10

font-family2.css

html .Campaign * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }

masonry.js

Register and Enqueue masonry.js library for grid layouts

Add Extra Column

This example shows how to add a column from the Donations export.

1 95 96 97 98 99 113