Hi,
I have few plugins that I have installed,And I want to use WP CSS and WP JS on them,and I need to changed the code of wp_head(); to edit it and compress them..
How I can change the code wp_head??
Regards,
Yosy
Hi,
I have few plugins that I have installed,And I want to use WP CSS and WP JS on them,and I need to changed the code of wp_head(); to edit it and compress them..
How I can change the code wp_head??
Regards,
Yosy
Function wp_head is in wp-includes/general-template.php beginning with line 1352 (at 2.7.1)
You must log in to post.