Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




new_user_email_admin_notice [ WordPress Function ]

new_user_email_admin_notice ( No parameters )
Defined at:



No description yet.

Source


<?php
function new_user_email_admin_notice() {
    if ( 
strpos$_SERVER['PHP_SELF'], 'profile.php' ) && isset( $_GET['updated'] ) && $email get_optionget_current_user_id() . '_new_email' ) )
        echo 
"<div class='update-nag'>" sprintf__"Your email address has not been updated yet. Please check your inbox at %s for a confirmation email." ), $email['newemail'] ) . "</div>";
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics