Extender Pro Custom Javascript

Custom Javascript/jQuery #

In Extender Custom > Custom Javascript you will find a simple solution for adding your own Custom JS code to your site. If the textarea below is left blank then no JS file will be enqueued to the front-end of your site.

What Does “Enqueue” Mean? #

Using the wp_enqueue_script function is the proper way to add javascript files to your site.

Choosing Where To Enqueue Your JS File #

If you’ve enabled the “Place In <head>” option then your JS file will be enqueued into your wp_head() hook location, placing in the <head> of your site. By default your JS file will be placed just above your closing </body> tag.