Skip to main content

Change Admin Footer Text

Home Forums WordPress Admin Customization Change Admin Footer Text

Viewing 0 reply threads
  • Author
    Posts
    • #2483

      Layer7web
      Keymaster
      /**
       * Change the admin footer text.
       */
      add_filter('admin_footer_text', 'l7w_remove_footer_admin');
      function l7w_remove_footer_admin () {
          echo "Whatever you want here.";
      }
Viewing 0 reply threads

You must be logged in to reply to this topic.