WordPress Content Filter: Removing Tags for Enhanced Display Control

The purpose of this code snippet is to filter out tags and their contents from the…

WordPress Typography Enhancement: Preventing Widows in Conten

This code is a WordPress filter designed to prevent "widows" in typography within the content displayed…

Disable All UpdraftPlus Email Notifications

This snippet completely disables all email notifications from UpdraftPlus, including backup reports, error notifications, warnings, and…

Enhanced Force Author Plugin

Forces a specific user to be the author of all posts and pages while maintaining the…

Gravity Forms: Cambridge Caregivers Gravity Forms Snippets

Credit Card Expiration Field on Cambridge Caregivers Engagement Form year dropdown set to current year and…

<10

Woocommerce category archive sort products by date by default

Change the name of the category (in this e.g. gramatas). Now it will show newest products…

Remove title on all pages for Hello Theme

By default Hello theme displays page title at the top of every page. While you can…

Redirect from Array

Setup redirect for multiple pages.

<10

WPForms: display a form under the confirmation message with or without user entered field values.

add_action( 'wpforms_frontend_output_success', static function ( $form_data, $fields, $entry_id ) { unset( $_GET['wpforms_return'], $_POST['wpforms']['id'] ); // If…

WPForms: hide certain sections on a single entry page: notes, log, debug, meta, payment, actions, related, geolocation.

This code removes all sections on a single entry page in the admin area. Method names…

WPForms: new smart tag - Current Date/Time

It's a localized date/time in this format: Y-m-d H:i:s

WPForms: new smart tag - Current Unix Time

Using wp_date() function to output a Unix time where the smart tag is used.

1 75 76 77 78 79 210