• what is the hook for verified users

    //if user verified

    add_action( ‘ ‘, ‘function_name_12’);
    function function_name_12()
    {
    echo ‘Some custom text here’;
    }

  • The topic ‘Hooks: for verified users’ is closed to new replies.