myjetpack_enqueue_scripts
myjetpack_enqueue_scripts
Appears in: jetpack.13.9.1, jetpack.14.0, jetpack.14.1, jetpack.14.2.1, jetpack.14.3, jetpack.14.4.1, jetpack.14.5
Hook Type: action
See hook in action
Displaying hooks found in version: jetpack.14.5do_action('myjetpack_enqueue_scripts') is found 1 times:
- /jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php line 251247248249250251252253254255256257
* Allows
for
enqueuing additional scripts only on the My Jetpack page.
*
* @since 4.35.7
*/
do_action(
'myjetpack_enqueue_scripts'
);
Assets::register_script(
'my_jetpack_main_app'
,
'../build/index.js'
,
__FILE__
,
array
(
'enqueue'
=> true,