Allow Tasty Pins Only On Single Posts

Disable Tasty Pins on pages or custom post types and only add them to blog posts.

<10

Remove WordPress Version Number

Hide the WordPress version number from your site's frontend and feeds

Bid Board JavaScript

timothy burthey PRO
<10

EKFH Donation Form

Embeds EKFH donation form

Billing Address Email Tag - Actual Country Name

Replace the default {billing_address} email tag to use the full State/Country names on purchase receipts.

Simple Chained Products

Enables a chained products setting on the Download product edit screen for automatically adding "chained" products…

Disable IP Geo lookup service

That script is the one making the call to the geolocation endpoint, the rest of the…

Resetting the Vendor & Pending Vendor Roles

add_filter('woocommerce_login_redirect', 'redo_roles', 10, 2); function redo_roles() { remove_role( 'pending_vendor' ); add_role( 'pending_vendor', __( 'Pending Vendor', 'wcvendors'…

Combined Date – Time Format (Do something with the Local Start Time) | Display Eventbrite Events

The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…

Trigger a Scheduled Export via a WordPress Action

function custom_trigger_scheduled_export_url() { $secret_key = ( isset( $_GET['secret_key'] ) ? sanitize_text_field( $_GET['secret_key'] ) : false );…

<10

wordpress

Doylton Davis
<10

Customize Action Scheduler Retention Period

This snippet allows you to change the default 30-day storage for the Action Scheduler retention period.

1 45 46 47 48 49 87