Translate Products
Code required to translate the word "Products".
Let Google place ads for you
Add one piece of code to your site and Google will automatically show ads in all…
MemberPress: Export Account Type in CSV
Add the following code to add a new CSV export option for Corporate Accounts that includes…
Change Login Form Arguments
The 'charitable_login_form_args' filter allows you to set the arguments that are passed to wp_login_form().
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.