20 PHP Snippets for Making the WordPress Admin Easier for Clients

PHOTO EMBED

Sat Nov 25 2023 07:57:09 GMT+0000 (Coordinated Universal Time)

Saved by @dmsearnbit

function remove_footer_admin () {
    echo "Your own text";
} 

add_filter('admin_footer_text', 'remove_footer_admin');
content_copyCOPY

https://speckyboy.com/20-snippets-and-hacks-to-make-wordpress-user-friendly-for-your-clients/