• Resolved 1benk1

    (@1benk1)


    Hello,
    There ist a small issue within the method get_output_template (wp-content/plugins/embed-privacy/inc/class-embed-privacy.php):

    The $embed_class is the sanitized $embed_provider:
    sanitize_title( $embed_provider )

    …but later the CSS-selector is the $embed_provider_lowercase:
    .embed-' . $embed_provider_lowercase . ' .embed-privacy-logo

    I think better will be to use the $embed_provider_lowercase for the $embed_class as well.

    • This topic was modified 5 years, 9 months ago by 1benk1.

    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.