Search results for: admin

Change Fields On Donation Form

add_action( 'wp', 'example_charitable_update_donation_fields' ); function example_charitable_update_donation_fields() { // Get the donation fields. $fields = charitable()->donation_fields(); //…

Change CSV Export Delimiter

Changes the CSV delimiter that separates each form field on a form export. Remember to change…

<10

Show Admin Bar

/** * By default, Charitable hides the admin bar from users * who do not have…

Replace Menu Icon

Replace the standard menu icon in Easy Digital Downloads with an icon from Dashicons

Disable emails on free purchases

If the purchase was for a free product, don't send any emails.

Register Multiple Donation Fields

/** * If you want to add multiple new fields to your donation form, * you…

footer

footer description

Change Admin Panel Footer Text

Display custom text in the admin panel footer with this snippet.

3.9k

Block WP-Admin Area from Non-Administrators

Prevent users who are not administrators from accessing the wp-admin area.

500+

Disable Site Health

Completely hide the Site Health menu item and dashboard widget.

400+

Disable Gutenberg Code Editing for Non-Admin Users

Prevent non-admin users from using "Edit as HTML" or "Code editor" in the Gutenberg Editor.

700+

Add ID column in admin tables

Display the post id in the admin in its own column for convenience.

100+

Disable New User Notifications

Disable the new user notification email for both the admin and user

Milestone Sales Alert

Emails the admin when a specific download has been sold X times.

1 2 3 4 5 49