WP Simple Pay: Custom Smart Tag

Register a custom Smart Tag with PHP, and control the output.

Change a license activation limit prgramatically.

This snippet is an example of changing the activation limit on a license key based on…

MA GDPR YouTube

[ma-gdpr-youtube id="youtubeid"] GDPR compliant YouTube video embedding Version 1.2.0, 2022-09-25 © 2021-2022, Matthias Altmann Info: en:…

Change Admin Panel Footer Text

Display custom text in the admin panel footer with this snippet.

Disable The WP Admin Bar

Hide the WordPress Admin Bar for all users in the frontend.

Replace WordPress Logo on Login Page

Use your custom logo on the default login page, don't forget to edit the snippet...

Dynamic Year Copyright Shortcode

This snippet adds an easy-to-use shortcode to display the copyright symbol with the current year.

Change the Email Summary Email Address

This snippet will allow you to specify who the email summaries should be delivered to. On…

Set a Custom Email Header

This snippet sets custom email headers to ensure you can control specific behaviors of your sent…

Using an Office 365 GCC or DoD email address

For security measures, Government Community Cloud (GCC) and U.S. Department of Defense (DoD) accounts typically use…

Block URLs Inside Text Fields

This snippet will prevent Text and Textarea fields such as Single Line Text and Paragraph text…

Note Orders

add_filter( 'manage_edit-shop_order_columns', 'custom_shop_order_column', 90 ); function custom_shop_order_column( $columns ) { $ordered_columns = array(); foreach( $columns as…

1 31 32 33 34 35 113