increase upload memory

upload_max_filesize = 256M post_max_size = 256M max_execution_time = 300 />

Collect National Id Number

Add a field that collects the donor's national ID number, or any other text field.

Disable All Admin Notices individually

function disable_all_admin_notices() { remove_all_actions('admin_notices'); } add_action('admin_init', 'disable_all_admin_notices');

Hide Business Info Phone Number from the Front End

This filter can be used to hide business info phone number from the front end.

<10

Remove Author Links

If you are disabling author archives on your site you will want to remove the author…

Exclude a Specific Term from the Sitemap

This filter can be used to Exclude a Specific Term from the Sitemap. Note: Replace 412…

<10

Enable Block Editor For Campaigns

Code that will modify the way the Campaign post type is set up to so that…

Add Campaign Title To Start

Easily add the campaign name as a heading before the donation form.

Hide the last item in the breadcrumb trail

This filter can be used to hide the last item in the breadcrumb trail.

<10

Add a custom field to the checkout screen

Allows one to add a custom field to the checkout screen

Increase the Number of Posts Imported Per Batch from SEOPress Plugin

This filter can be used to increase the default number of posts imported per batch from…

<10

Change Default Post Type Singular Label “Location”

This filter can be used to change the default post type singular label from “Location” to…

<10

Auto Register Login Link

Replaces the login link included in the Auto Register email, which directs customers to log into…

Change Location Taxonomy Options When its Registered

This filter can be used to change the taxonomy option to ‘hierarchical’

<10

WP Simple Pay: Add More Aggressive Rate Limiting

Changes the various default rate limit settings.

1 20 21 22 23 24 125