Add the following code to your WordPress theme's function.php file, or a functionality plugin to remove WP Posts Columns. … [Read more...] about Remove WordPress Posts Columns
WP Core
Disable WordPress Theme Changing
Add the following code to your WordPress theme's function.php file, or a functionality plugin to prevent Users from changing the WordPress theme in the Dashboard. … [Read more...] about Disable WordPress Theme Changing
Generate Path to WordPress Root
Use the following codes to generate a path to the WordPress root URL in theme and template files. … [Read more...] about Generate Path to WordPress Root
Hide the WordPress Admin Upgrade Message
Add the following code to you theme’s function.php file, or a functionality plugin to remove the admin update nags. … [Read more...] about Hide the WordPress Admin Upgrade Message