myjetpack_enqueue_scripts

myjetpack_enqueue_scripts

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: jetpack.14.5

do_action('myjetpack_enqueue_scripts') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php line 251
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    * 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,

See this hook used in plugins: