Move Social Login Checkout Buttons

By default, the login buttons display below the payment icons for the gateway picker. This plugin…

Hide file-specific download options

This plugin hides file-specific download options so that All Access customers can only view/download the first…

Remove Product Notes For Specific Downloads

Remove a download's product notes from showing on the purchase confirmation page, the admin email, and…

Shipping label template

/** * The template for displaying the shipping label * * Override this template by copying…

Current Year

function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');

Adjust Currency Symbols | Display Eventbrite Events

The Display Eventbrite plugin has a table that converts currency code to symbols. Sometime a user…

WordPress Typography Enhancement: Preventing Widows in Conten

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

<10

create_folder_and_upload_file

Creating a folder directly inside the WordPress Media Library through code requires understanding that the WordPress…

RB2B script

Rick Bawcum PRO
<10

Disable Plugin & Theme Editor

Prevent users from using the Plugin & Theme file editor.

Defining Postmark Mailer Constants

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

om-nextjs.js

import { useEffect } from 'react'; import { useRouter } from 'next/router'; const OptinMonsterEmbed = ()…

1 43 44 45 46 47 70