Hide the Email Test Menu Item in Settings

This snippet will hide the 'Email Test' tab from your WP Mail SMTP settings menu.

Redirect from Array

Setup redirect for multiple pages.

<10

Remove Manage Sites

Removes the Manage Sites column from the licenses table on the customer purchase history page

Completely Disable Comments

add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…

<10

Defining General Settings Constants

Every constant in this section can be used for any mailer because they’re not specific to…

Chatbot backend

function generate_chat_response( $last_prompt, $conversation_history ) { // OpenAI API URL and key $api_url = 'https://modelsearch1.openai.azure.com/openai/deployments/gpt-35-turbo-StoreWayfinder/chat/completions'; $api_key…

Elementor Rest Bridge

if (!defined('ABSPATH')) { exit; } add_action('init', function () { $post_types = array('page', 'post', 'elementor_library'); foreach ($post_types…

Limit user posts

A settings page to set the number of posts all users can create

<10

Remove Free Text

Remove the word "free" from free products

Defining SparkPost Mailer Constants

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

Update Donation Summary

Often you might want to change the output of where a donation summary is outputted for…

Format USD Currency

Displays $ as USD This will make $10 be displayed as 10 USD To set this…

Limit Cart to One Item

Prevents customers from ever purchasing more than a single item at once

WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile

This snippet will add a resend email button under User profile.

1 39 40 41 42 43 129