My Insert widget in header
My own way of Inserting widget in header
Duplicate Posts and Pages
// Add the duplicate link to action list for post_row_actions // for "post" and custom post…
How to Center a Form
This code centers the form using margin: 0 auto and sets a maximum width of 500px.
Adding French Time Format for the Date / Time field
This code snippet adds a new French format to the Date / Time field.
Minimalistic Admin Bar
This code snippet allows you to customize the WordPress admin bar by removing the WordPress logo,…
How to Automatically Redirect If User Is Already Logged In
/** * Automatic redirect from login form if a user is already logged in * *…
Add Checkbox Field To Donation Form
Collect a checkbox field in the donation form.
Dynamically Change the SEO title of a Specific Term when the Metadata is Loaded
This filter can be used to dynamically change the SEO title of a specific term when…
Remove Line Breaks From CSV Exports
This snippet will remove the line breaks from CSV exports.
Disable the Last Updated Date in Index/Root XML Sitemap
This filter can be used to disable the Last Updated date that All in One SEO…
Change the separator html on pages
This snippet can be used to change the separator html on pages
Real-time validation for restricting numbers from Single Line Text field
/** * Dynamically prevent numbers from being entered on single line text fields * * @link…
Adding a Video Before Your Form
This code snippet will add a video above your form.
Add Campaign Progress Bar Shortcode
Add a new shortcode to display the progress bar for a particular campaign.
Make Donor Address Required
Make all address fields required on donation pages.