[wp-hackers] Overriding Plugin "placements"

Chip Bennett chip at chipbennett.net
Wed Jul 27 14:29:11 UTC 2011


Are the Plugins adding their scripts using wp_enqueue_script(), or are they
simply outputting hard-coded <script> tags, hooked into wp_head?

On Wed, Jul 27, 2011 at 9:25 AM, Charel Büchler
<charel.buechler at gmail.com>wrote:

> Hi hackfolks,
>
> I'm the developer behind a portal called youngcaritas.lu and I have a
> questions concerning plugin "placements"
>
> For e.g: we use a little range of plugins to simplify for handling the
> website, and those plugins, add their javascript code in the <head> tag,
> but as yslow says I should put all my javascript into the footer of the
> page, I'm trying to reach this goal and I wanted to ask, If I can
> override the place they want to put it in with an add_action().. or
> another function, does anyone knows a resource where I could lookup this
> or has some code for me?
>
> Would be great!
> Cheers
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list