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.

10+

Adding French Time Format for the Date / Time field

This code snippet adds a new French format to the Date / Time field.

10+

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 * *…

10+

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…

10+

Remove Line Breaks From CSV Exports

This snippet will remove the line breaks from CSV exports.

10+

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…

10+

Change the separator html on pages

This snippet can be used to change the separator html on pages

10+

Real-time validation for restricting numbers from Single Line Text field

/** * Dynamically prevent numbers from being entered on single line text fields * * @link…

10+

Adding a Video Before Your Form

This code snippet will add a video above your form.

10+

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.

1 18 19 20 21 22 141