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://ku.wordpress.org/plugins/wp-headjs/#description)
 * [پێداچوونەوەکان](https://ku.wordpress.org/plugins/wp-headjs/#reviews)
 *  [دامەزراندن](https://ku.wordpress.org/plugins/wp-headjs/#installation)
 * [گەشەپێدان](https://ku.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.

## پێداچوونەوەکان

هیچ پێداچوونەوەیەک نەنووسراوە بۆ ئەم پێوەکراوە.

## بەشداربووان و گەشەپێدەران

“WP HeadJS” نەرمەواڵەیەکی سەرچاوە کراوەیە. ئەم کەسانەی خوارەوە بەشدارییان تێدا کردووە.

بەشداربووان

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

[“WP HeadJS” وەربگێڕە بۆ زمانەکەی خۆت.](https://translate.wordpress.org/projects/wp-plugins/wp-headjs)

### دەتەوێت بەشداربیت لە گەشەپێدان؟

[گەڕان لە کۆدەکەدا بکە](https://plugins.trac.wordpress.org/browser/wp-headjs/)، 
سەیری [تەمارگەی (SVN)](https://plugins.svn.wordpress.org/wp-headjs/) بکە، یان بەشداربە
لە [ڕووداوتۆماری گەشەپێدان](https://plugins.trac.wordpress.org/log/wp-headjs/) لە
ڕێگەی [(RSS)](https://plugins.trac.wordpress.org/log/wp-headjs/?limit=100&mode=stop_on_copy&format=rss).

## مێتا

 *  وەشان **0.1**
 *  دوایین بەڕۆژکردنەوە **14 ساڵ لەمەوبەر**
 *  دامەزراندنی چالاک **10+**
 *  وەشانی وۆردپرێس ** 2.9.1 یان بەرزتر **
 *  تاقیکراوەتەوە تا **3.2.1**
 *  زمان
 * [English (US)](https://wordpress.org/plugins/wp-headjs/)
 * تاگەکان
 * [headjs](https://ku.wordpress.org/plugins/tags/headjs/)[javascript](https://ku.wordpress.org/plugins/tags/javascript/)
   [wp_enqueue_script](https://ku.wordpress.org/plugins/tags/wp_enqueue_script/)
 *  [بینینی پێشکەوتوو](https://ku.wordpress.org/plugins/wp-headjs/advanced/)

## هەڵسەنگاندنەکان

No reviews have been submitted yet.

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

[بینینی هەموو پێداچوونەوەکان](https://wordpress.org/support/plugin/wp-headjs/reviews/)

## بەشداربووان

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

## پشتیوانی

هیچت هەیە بۆ وتن؟ پێویستت بە یارمەتییە؟

 [بینینی مەکۆی پاڵپشتی](https://wordpress.org/support/plugin/wp-headjs/)

## ببەخشە

دەتەوێت پشتگیریی بەرەوپێشچوونی ئەم پێوەکراوە بکەیت؟

 [ ببەخشە بەم پێوەکراوە ](http://www.brianzeligson.com)