Snippets: Users

Custom TinyMCE Styles

Consider replacing current approach with this plugin (still need to remove h1, blockquote, etc from formats)
Custom Admin, TinyMCE, Users | Type: PHP

Disable WordPress Default Image Link

Disable annoying default image link in theme functions file. You can still make a link, but it won't be the default.
Custom Admin, Users | Type: PHP

Disallow File Edit

Disable theme and plugin editor in admin.
Custom Admin, Users, wp-config | Type: PHP

Force Private Post

Have used this for user-created content that is not for public.
Custom Admin, Users, WP/CP | Type: PHP

Hide Usernames from Hackers

When hackers discover your username, they have half the equation for logging in.
Security, Users | Type: PHP