silverliningproductions's podcast

E0556- The KitchensinkWP Podcast - Always Be Analyzing


Listen Later

This week I Talk About How We Should Always Be Analyzing

 

Upcoming Events

  • No WordCamps!

Segment 1: In the News

  • HeroPress Turns Ten
  • Jetpack 13.9.1 Patches a Critical Security Flaw
  • WordPress 6.7 Beta 3

Segment 2: Always Be Analyzing

 

Segment 3: Tool of the Week

  • Add a snippet —  Rickroll Admin

 

add_action( 'wp_login_failed', 'login_rickroll' );

function login_rickroll( $username ) {

    if ( $username == 'admin' ) {

        wp_redirect( 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' ); // Example Rickroll link

        exit;

    }

}

 

 

 

...more
View all episodesView all episodes
Download on the App Store

silverliningproductions's podcastBy Adam Silver