PHP Snippet not work
-
Hi Team,
Try to remove wp logo from login page. try to use your snippet module but that’s not work. if try with function.php then its work.
php Code:
function custom_login_logo_removal() {
echo ”;
}
add_action(‘login_enqueue_scripts’, ‘custom_login_logo_removal’);The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘PHP Snippet not work’ is closed to new replies.