Hooks
-
Hooks: for verified users
what is the hook for verified users
//if user verified
add_action( ‘ ‘, ‘function_name_12’);
function function_name_12()
{
echo ‘Some custom text here’;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hooks’ is closed to new replies.