Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Add custom CSS to hide the WPERP admin area footer message */
- add_action('admin_head', 'my_custom_admin_css');
- function my_custom_admin_css() {
- echo '<style>
- #footer-left {
- display: none;
- }
- </style>';
- }
Advertisement
Add Comment
Please, Sign In to add comment