Add Image Alt Text automatic
function add_alt_text_to_images( $html ) { // Check if the image has a title attribute if (…
How to Block Names From Completing Your Form - First Last and First Middle Last format
/** * Prevent certain names from the other formats for the Name form field. * *…
Remove Google Fonts (non-Elementor)
function disable_google_fonts() { return false; } add_filter( 'print_google_fonts', 'disable_google_fonts' );
Change Custom Amount Field Label
Filter the custom amount field description.
WP Simple Pay: Add Custom CSS Classes to the Payment Button
"Payment Button" refers to the button that launches an On-site Overlay or Stripe Checkout Payment Form.
Set New User Role
Set the role of users who register through the Charitable registration form shortcode.
Add Creator Name
Display the campaign creator's name on the campaign page and in the campaign grid/list.
Prevent AlOSEO from outputting any data on term pages
This snippet can be used to prevent AlOSEO from outputting any data on term pages
WPCode Add New Snippet Skip Library Screen
This snippet enables you to skip the snippet library screen when adding a new snippet in…
Make Form Fields Required Not Required
This example shows how to make a form field required or not required.
Add Custom Field From Donation Form On The Receipt Page
This is an example of how to show a field data someone entered in their donation…
How to Customize the Labels for Image Choices
/* Position labels over images and hide them by default */ form#wpforms-form-1000 .wpforms-field .wpforms-image-choices-label { position:…
Add Currency
Add a new currency (the example here is Armenian Dram currency (AMD) ).
Admin Bar - Updates
Show updates in Admin Bar
Continue Shopping Button
/** * Add Continue Shopping Button on Cart Page * Add to theme functions.php file or…