You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when that site loaded the https://wordpress.org/plugins/autoptimize/ plugin, the call to jQuery().dfp(); came before the concatenated scripts were loaded on the page.
Problem
This line of code:
doubleclick-for-wp/inc/class-doubleclick.php
Lines 210 to 212 in bf4fcb5
Can potentially be output upon the page before the script enqueues that load the js:
doubleclick-for-wp/inc/class-doubleclick.php
Lines 180 to 181 in bf4fcb5
On one site in recent memory, the normal code output on the page was thus:
but when that site loaded the https://wordpress.org/plugins/autoptimize/ plugin, the call to
jQuery().dfp();
came before the concatenated scripts were loaded on the page.Solution
doubleclick-for-wp/js/jquery.dfw.js
Lines 45 to 53 in f73e00d
The text was updated successfully, but these errors were encountered: