Title: WP HeadJS
Author: Brian Zeligson
Published: <strong>17 ਜੂਨ 2012</strong>
Last modified: 17 ਜੂਨ 2012

---

ਪਲੱਗਇਨਾਂ ਖੋਜੋ

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-headjs.svg)

# WP HeadJS

 [Brian Zeligson](https://profiles.wordpress.org/beezeee/) ਵੱਲੋਂ

[ਡਾਊਨਲੋਡ ਕਰੋ](https://downloads.wordpress.org/plugin/wp-headjs.zip)

 * [ਵੇਰਵਾ](https://pan.wordpress.org/plugins/wp-headjs/#description)
 * [ਸਮੀਖਿਆਵਾਂ](https://pan.wordpress.org/plugins/wp-headjs/#reviews)
 *  [ਸਥਾਪਤੀਕਰਨ](https://pan.wordpress.org/plugins/wp-headjs/#installation)
 * [ਵਿਕਾਸ](https://pan.wordpress.org/plugins/wp-headjs/#developers)

 [ਸਹਿਯੋਗ](https://wordpress.org/support/plugin/wp-headjs/)

## ਵੇਰਵਾ

This plugin uses the wp_print_scripts action hook, as opposed to output buffering
and regex used by alternative implementations.

The downside of this method is that only scripts loaded via wp_enqueue_script will
be affected by the plugin, the upside is better
 performance by avoiding output 
buffering on every page load.

The plugin will preserve any localizations added via wp_localize_script, and uses
the first parameter passed to wp_enqueue_script
 as the label for the script in 
the head.js call. For example,

    ```
    wp_enqueue_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js');
    ```

would show up as

    ```
    head.js({"jquery": "https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"});
    ```

This allows you to run callbacks when specific scripts are ready, such as

    ```
    head.ready('jquery', function() {
        //do something when jquery is loaded
    });
    ```

For more on HeadJS usage, see http://headjs.com/

## ਸਥਾਪਤੀਕਰਨ

The easiest way is via Plugins->Add New from the left sidebar of your WP Admin, 
just search for headjs.

## ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

## ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“WP HeadJS” is open source software. The following people have contributed to this
plugin.

ਯੋਗਦਾਨੀ

 *   [ Brian Zeligson ](https://profiles.wordpress.org/beezeee/)

[“WP HeadJS” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।](https://translate.wordpress.org/projects/wp-plugins/wp-headjs)

### ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-headjs/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/wp-headjs/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/wp-headjs/) by [RSS](https://plugins.trac.wordpress.org/log/wp-headjs/?limit=100&mode=stop_on_copy&format=rss).

## ਮੈਟਾ

 *  Version **0.1**
 *  Last updated **14 ਸਾਲ ਪਹਿਲਾਂ**
 *  Active installations **10+**
 *  WordPress version ** 2.9.1 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Tested up to **3.2.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-headjs/)
 * Tags
 * [headjs](https://pan.wordpress.org/plugins/tags/headjs/)[javascript](https://pan.wordpress.org/plugins/tags/javascript/)
   [wp_enqueue_script](https://pan.wordpress.org/plugins/tags/wp_enqueue_script/)
 *  [Advanced View](https://pan.wordpress.org/plugins/wp-headjs/advanced/)

## ਦਰਜਾਬੰਦੀ

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-headjs/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-headjs/reviews/)

## ਯੋਗਦਾਨੀ

 *   [ Brian Zeligson ](https://profiles.wordpress.org/beezeee/)

## ਸਹਿਯੋਗ

ਕੁਝ ਕਹਿਣਾ ਹੈ? ਮਦਦ ਚਾਹੀਦੀ ਹੈ?

 [ਸਹਿਯੋਗ ਫੋਰਮ ਦੇਖੋ](https://wordpress.org/support/plugin/wp-headjs/)

## ਦਾਨ ਦਿਉ

Would you like to support the advancement of this plugin?

 [ ਇਸ ਪਲੱਗਇਨ ਨੂੰ ਦਾਨ ਦਿਉ ](http://www.brianzeligson.com)