How to Block Names From Completing Your Form - Simple format

/** * Prevent certain names from the Simple format Name form field. * * @link https://wpforms.com/developers/how-to-block-names-from-completing-your-form/…

<10

Add WPCode Custom Field Smart Tag

Add a custom smart tag for the WPCode scripts metabox that outputs the value of a…

<10

Remove "Login with GoDaddy" from GoDaddy Managed WordPress

When using a managed WordPress account with GoDaddy, they make the Login for WordPress show a…

Chris Klosowski PRO
<10

Add Field Placeholders

Add placeholder attributes to donation fields, removing the label field.

Remove Section

Remove entire sections from a profile form.

Remove Campaign Description

Remove the campaign descriptions from the campaign loop (campaign shortcodes).

Add Campaign Raised Summary

Add a short summary after the donation details showing the funds raised by each campaign.

Show Admin Bar

The code below shows the admin bar for logged in users who do not have these…

Send Notifications On User Registration

/** * Notify admin and user when a user registers with Charitable. * * @param array[]…

Customize Donation Stats

Customize the stats that are shown in the Donation Stats widget.

Set Custom Redirection After Registration

Send the user to a custom page after they have registered.

Show local fonts in block editor

Display custom fonts in the backend editor

Move Jump to Recipe above featured image

/** * Ensures the "Jump to Recipe" button is added to the content really late. */…

<10

Button - Add to cart to Buy Now

add_filter( 'woocommerce_product_add_to_cart_text', function( $text ) { if ( 'Add to cart' == $text ) { $text…

Carla Mawyin
<10
1 32 33 34 35 36 171