myjetpack_enqueue_scripts

myjetpack_enqueue_scripts

Appears in:
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: jetpack.13.9.1

do_action('myjetpack_enqueue_scripts') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php line 216
    		 * 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: