Change State To Province
Change the "State" field into a "Province" field.
user menu for logged in and logged out users
function my_wp_nav_menu_args( $args = '' ) { if( is_user_logged_in() ) { $args['menu'] = 'logged-in'; } else…
Re-route BuddyPress emails through WP Mail SMTP
This snippet will re-route all BuddyPress emails through WP Mail SMTP. This code snippet will also…
Register New Donation Field For Specific Campaign
Add a new donation field to your site, but only display it in the front-end donation…
Downloads Email Tag
Adds a {downloads} email tag for use in email templates that outputs a simple list of…
How To Change The Add To Cart Label
Change the 'Add To Cart' button text to custom text like 'Add To Order' on wholesale…
Rank Math
Support for Rank Math
Auto convert photos to WEBP (jpg, png)
/** * Konwertuj przesłane obrazy na format WebP * * Ten fragment kodu automatycznie konwertuje przesłane…
Replace WordPress Logo on Login Page
Use your custom logo on the default login page, don't forget to edit the snippet...
add post formats
Adding different types of post formats: aside – Typically styled without a title. Similar to a…
AIOSEO FAQ Block accordion
Adds accordion style toggle functionality to the AIOSEO FAQ block.
aweber
push engage
agnomade
ads
Force Billing Address
This plugin forces the billing address to always be collected at checkout
MemberPress: Add a Custom Field To Manage Sub Account Table
This shortcode can be used if the MemberPress Corporate Accounts add-on is activated on the website.…