[wp-testers] wp_head js question

ampt notfornoone at gmail.com
Tue May 25 08:34:01 UTC 2010


Maybe you want to look at how wp_print_scripts works
in /wp-includes/functions.wp-scripts.php

also:
/wp-includes/class.wp-dependencies.php
/wp-includes/class.wp-scripts.php



On 25 May 2010 11:06, lucaskeiser at keisermedia.com
<lucaskeiser at keisermedia.com> wrote:
> Not quite what I was looking for. I am creating a plugin which is supposed to extract the script files that are already queued and list them in the admin panel. The ultimate goal is to combine these files into one and enter the new file into the queue.
>
> On May 23, 2010, at 6:46 PM, ampt wrote:
>
>> wp_enqueue_script
>> http://codex.wordpress.org/Function_Reference/wp_enqueue_script
>>
>>
>>
>> On 24 May 2010 07:12, lucaskeiser at keisermedia.com
>> <lucaskeiser at keisermedia.com> wrote:
>>> Which wordpress function handles taking an enqueued js script uri and inputs it into the <script> tag that is used in outputs by wp_head()?
>>> _______________________________________________
>>> wp-testers mailing list
>>> wp-testers at lists.automattic.com
>>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>>
>> _______________________________________________
>> wp-testers mailing list
>> wp-testers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-testers
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


More information about the wp-testers mailing list