Fixing logo issue for Password Protected plugin
-
In you file
class-login-designer-password-protected.phpon line 144, you fetch the logo url, but don’t pass a size parameter, so it fetches the thumbnail by default.I have updated my code to say:
$logo = wp_get_attachment_image_url( $logo, "large" );for it to work.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Fixing logo issue for Password Protected plugin’ is closed to new replies.