Snippets
A collection of code snippetsThe Tolmie Systems’ snippets page offers a valuable assortment of code snippets that can enhance your web development experience. These snippets are designed to improve functionality, optimise design, and boost performance, all while giving you the freedom to customise your website to your liking.
However, as with any code implementation, please exercise caution and use them at your own risk.
MailPoet DB maintenance
Reduce the size of the wp_mailpoet_scheduled_task_subscribers table. You can reduce the size of this table by running...
Add Pods user meta fields to the New User form
If your PODS solution is extending the User meta fields then this snippet is for you! When adding a new user, by...
Allow Pods Templates to use shortcodes
This must be added to wp-config.php. /* PODS & Divi...
UM Show password toggle on forms
Can't remember what you have typed? This snippet add a show password toggle on UM forms...
Remove the register link from wp-login.php
On a membership site you may not wish members to self register.
Add CSS directly into the WP Admin head
This is an example of how to add CSS directly into the WP Admin head. Customise to suit. /*...
Add or Remove WordPress User Contact Fields
Add or Remove WordPress User contact fields /* ----------------------------------------------*/ // Add or Remove...
Add Users link to the front-end dashboard menu
Removes the WordPress icon link from the Admin bar. The icon serves no useful purpose.