add_filter( 'admin_footer_text', function ( $footer_text ) { // Edit the line below to customize the footer text. $footer_text = 'Copyright 2023, Gilroy Northeast Inc.'; return $footer_text; } );