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…

MemberPress: Display Account Tabs Anywhere

This code registers a new shortcode: [mepr-account-links]. This shortcode can be used anywhere to display the…

MemberPress: Extend the Grace Period

This will extend the default 1-day grace period for subscriptions. The code needs to be adjusted…

MemberPress: Disable the Default WordPress Password Reset Link E-Mail

If the "Disable Password Fields on membership registration forms" option is active in MemberPress settings (Dashboard…

MemberPress: Export Account Type in CSV

Add the following code to add a new CSV export option for Corporate Accounts that includes…

Main Page

Star system Main Page.

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 50 51 52 53 54 170