Webinar Replay

Build Your Own WordPress Plugin

    • infoSource Reply

      Dustin – Great Webinar!
      You said something about changing the title “Powered by WordPress” when you moused over the logo. I added this to the end of the plugin code:

      add_filter(‘login_headertitle’, ‘custom_login_header_title’);
      function custom_login_header_title($title){
             return ‘New Title Text Goes Here’;
      }

      Feb 8, 2014
    • dhartzler10 Reply

      infoSource  Nice! Thanks 🙂

      Feb 8, 2014
    • dpwilliamj Reply

      On the PC F12 opens up developer tools

      Apr 22, 2014
    • Howski Reply

      Thankyou for your tutorial, its given me confidence to try out plugin programming for myself.

      May 13, 2014
    • umayxa3 Reply

      Hey Dustin, I was at the May 8 WordPress Meetup.  I just now got round to listening to this Webinar. 

      This is great content. Thanks for sharing your knowledge.

      Can’t wait for the next #WCDayton =:)

      -Allen May

      Sep 15, 2014
    • Will Reply

      Hey Dustin, would you be able to provide a download link for this tutorial?

      Apr 4, 2016
      • Dustin Hartzler Reply

        All of the code is under the text ‘Download Code’ above

        Apr 5, 2016
    • adminmarkwcarpenter Reply

      Hey Dustin, I was wondering if cleff overrides this when it redirects?

      Nov 19, 2016
      • Dustin Hartzler Reply

        Clef will override part of the screen, but you can still make customizations to the log in screen 🙂

        Dec 31, 2016

Leave a Reply to WillCancel reply