Add Select Field To Donation Form

/** * Add a select field to the donation form. * * Fields are added as…

Display Form After Confirmation

Displays the form again after submission and below the confirmation message. Change the 999999 to match…

<10

Rank Math

Support for Rank Math

Vertically center Instagram caption on hover

This vertically centers the caption that appears on hover inside the post.

Event Data | Display Eventbrite Events

Please note that this guide is intended for advanced users and developers. Our plugin already offers…

تغيير عمله

/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…

Display Form Entries

Displays form entries on the front end of your site. Once this snippet is added and…

<10

Impact.com

Impact.com verification snippet

Set Wp Login Url To Charitable Login Page

/** * Always use the Charitable login page as the login. * * @param string $login_url…

Register New Donation Field 1.5

/** * In Charitable 1.5, the method for registering new * donation fields has become much…

Allow SVG Files Upload

/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…

<10
1 21 22 23 24 25 79