Admin Bar - Updates
Show updates in Admin Bar
WPCode Add New Snippet Skip Library Screen
This snippet enables you to skip the snippet library screen when adding a new snippet in…
Add User Dashboard Menu
Include the User Dashboard menu at the top of all pages that are included in the…
Continue Shopping Button
/** * Add Continue Shopping Button on Cart Page * Add to theme functions.php file or…
Auto Register Login Link
Replaces the login link included in the Auto Register email, which directs customers to log into…
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.
Enable HTTP Strict Transport Security (HSTS) in WordPress
The provided code snippet is a WordPress function that enables a WordPress site's HTTP Strict Transport…
Disable SEO News Dashboard Widget
This filter can be used to Disable SEO News Dashboard Widget.
Disable All Admin Notices individually
function disable_all_admin_notices() { remove_all_actions('admin_notices'); } add_action('admin_init', 'disable_all_admin_notices');
Fix Image Caption Rendering Issue Caused by WPResidence Theme
This snippet fixes the Image Caption Rendering Issue Caused by WPResidence Theme
Hide Business Info Phone Number from the Front End
This filter can be used to hide business info phone number from the front end.
Register New Donation Field
Adding a new field (in this example it is a National ID Number). Explains all the…
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…
Exclude a Specific Term from the Sitemap
This filter can be used to Exclude a Specific Term from the Sitemap. Note: Replace 412…