How To Show Last Modified Date On Blog Post Instead Of Published Date in WordPress

If you want to display the last modified date on your blog post without using a…

Defining SendLayer Mailer Constants

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

Facebook storage tracking

Pixel for tracking self storage traffic

Cam McMaster
<10

WP Simple Pay: Stripe Checkout - Subscription Confirmation

Ensure Customer Subscriptions are available in the payment confirmation data.

Remove Decimals

Removes decimal places from all prices

Subscription Status Shortcode

Adds a shortcode to display a short subscription status description for recurring payments.

Disable Emojis

/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…

<10

Simple Chained Products

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

Conditional Gateway Fees

Do not charge gateway fee to customer if the amount is over X

footer

footer description

Remove Decimal Points In Suggested (US)

Will turn "$5.00" into "$5" on suggestion donation amounts in the donation form.

1 39 40 41 42 43 128