Update: I only wanted to remove the social media related svg items. It seems that this would only possible by deleting the corresponding lines in /wp-content/themes/twentyseventeen/assets/images/svg-icons.svg.
At least I was not able to find a hook that makes it possible to only filter out all social svgs.
remove_action( 'wp_footer', 'childtheme_include_svg_icons', 99999 );
would filter out all svg items, which I don’t want.
Does anybody have another idea that works without directly manipulating the files of the theme?
Thanks in advance.
Hello again!
I deactivated SSL/HTTPS on this website, because it is not needed on the frontend.
For me the problem is solved, but the error still exists.
I was not able to get this plugin working with forced SSL.
Best regards