New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Defer the loading of all JavaScripts added with wp_enqueue_script(), using LABJS (an asynchronous javascript library). | You have to log in to add a translation. | Details |
Original untranslated
Defer the loading of all JavaScripts added with wp_enqueue_script(), using LABJS (an asynchronous javascript library).
You have to log in to edit this translation. |
|||
| ↑ | WP Deferred JavaScripts | You have to log in to add a translation. | Details |
Original untranslated |
|||
| You will have to wrap this inline JS into a new function. Then, you will have to use <em>wdjs_before_end_lab</em> to execute it. | You have to log in to add a translation. | Details | |
Original untranslated
You will have to wrap this inline JS into a new function. Then, you will have to use <em>wdjs_before_end_lab</em> to execute it.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| You may have to use inline JavaScript in your footer. If that's the case, you will have to use that last hook to make it compatible with WP Deferred JavaScripts. | You have to log in to add a translation. | Details | |
Original untranslated
You may have to use inline JavaScript in your footer. If that's the case, you will have to use that last hook to make it compatible with WP Deferred JavaScripts.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| You may need to execute a script right after its loading. You can use <em>wdjs_deferred_script_wait</em> filter to do it. | You have to log in to add a translation. | Details | |
Original untranslated
You may need to execute a script right after its loading. You can use <em>wdjs_deferred_script_wait</em> filter to do it.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <em>wdjs_deferred_script_src</em> can be used to change the way one of the script is loaded. For example: | You have to log in to add a translation. | Details | |
Original untranslated
<em>wdjs_deferred_script_src</em> can be used to change the way one of the script is loaded. For example:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| If you use HTM5, <code>wdjs_use_html5</code> is a filter that remove the <code>type="text/javascript"</code> attribute. You can use it this way: | You have to log in to add a translation. | Details | |
Original untranslated
If you use HTM5, <code>wdjs_use_html5</code> is a filter that remove the <code>type="text/javascript"</code> attribute. You can use it this way:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <em>wdjs_labjs_src</em> is a filter that allow you to change LabJS URL.↵ ($lab_src, $lab_ver) | You have to log in to add a translation. | Details | |
Original untranslated
<em>wdjs_labjs_src</em> is a filter that allow you to change LabJS URL.↵
($lab_src, $lab_ver)
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <strong>Since 2.0.3 you can also use the WP Deferred JS settings pannel!</strong> | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Since 2.0.3 you can also use the WP Deferred JS settings pannel!</strong>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Here is an example: | You have to log in to add a translation. | Details | |
Original untranslated |
|||
| <em>do_not_defer</em> is a filter that took as a parameter an array containing scripts that should be handle normally. | You have to log in to add a translation. | Details | |
Original untranslated
<em>do_not_defer</em> is a filter that took as a parameter an array containing scripts that should be handle normally.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| WP Deferred JavaScript includes some hooks. If you never used one of them, <a href="http://codex.wordpress.org/Plugin_API">check this page</a>. It's better to use those filters in a plugin or a mu-plugin. | You have to log in to add a translation. | Details | |
Original untranslated
WP Deferred JavaScript includes some hooks. If you never used one of them, <a href="http://codex.wordpress.org/Plugin_API">check this page</a>. It's better to use those filters in a plugin or a mu-plugin.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Execute a function when all scripts are loaded | You have to log in to add a translation. | Details | |
Original untranslated
Execute a function when all scripts are loaded
CommentFound in faq header. You have to log in to edit this translation. |
|||
| How to execute a code right after script loading | You have to log in to add a translation. | Details | |
Original untranslated
How to execute a code right after script loading
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Change a script URL | You have to log in to add a translation. | Details | |
Original untranslated |
|||
Export as
Comment
Short description.