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
Currently, the dsq_can_load does not support multiple callbacks on it as the $script_name will be lost with the first callback that returns anything other that $script_name.
In order to ensure $script_name is available to all callbacks, it must be passed as a secondary parameter and use the first as the default return value.
Currently, the
dsq_can_load
does not support multiple callbacks on it as the$script_name
will be lost with the first callback that returns anything other that$script_name
.disqus-wordpress-plugin/disqus/public/class-disqus-public.php
Lines 258 to 261 in 2df9eb9
In order to ensure
$script_name
is available to all callbacks, it must be passed as a secondary parameter and use the first as the default return value.E.g.
Unfortunately, this would be a breaking change to the way it is currently.
Is this something the maintainers are aware of?
The text was updated successfully, but these errors were encountered: