small issue within get_output_template
-
Hello,
There ist a small issue within the method get_output_template (wp-content/plugins/embed-privacy/inc/class-embed-privacy.php):The
$embed_classis the sanitized$embed_provider:
sanitize_title( $embed_provider )…but later the CSS-selector is the
$embed_provider_lowercase:
.embed-' . $embed_provider_lowercase . ' .embed-privacy-logoI think better will be to use the
$embed_provider_lowercasefor the$embed_classas well.The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘small issue within get_output_template’ is closed to new replies.