The TS Blog
a collection of articles and ideas of interest..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 CSS directly into the admin head */ /* ----------------------------------------------*/ add_action( 'admin_head',...
Add or Remove WordPress User Contact Fields
Add or Remove WordPress User contact fields /* ----------------------------------------------*/ // Add or Remove WordPres User contact fields /* ----------------------------------------------*/ function removesilly_contactmethods( $contactmethods ) { // here you could...
Add Users link to the front-end dashboard menu
Removes the WordPress icon link from the Admin bar. The icon serves no useful purpose.
Remove WordPress Icon on Admin bar
Removes the WordPress icon link from the Admin bar. The icon serves no useful purpose.
Ultimate Member – Add User Columns
Additional Ultimate Member Users Columns to the WP Users back-end listing.