Admin PanelChange admin panel footer text add_filter( 'admin_footer_text', function ( $footer_text ) { $footer_text = 'Brought to you by by <a href="https://www.snipjar.com" target="_blank" rel="noopener">Snipjar</a>'; return $footer_text; } ); Previous Post Limit the number of post revisions Next Post Change “Howdy” text in the admin bar