Replies: 1
Currently SS3 injects itself to <head> at the shutdown hook only if there was [smartslider3] shortcode executed in the content.
The problem with this approach is that it won’t work if post content is partially cached and execution of shortcodes is bypassed on subsequent page requests.
Thus my question, is there a helper or hook I can execute myself to output SS3 assets into <head>?