my_jetpack_init

my_jetpack_init

Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.14.5

do_action('my_jetpack_init') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php line 118
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
         * Fires after the My Jetpack package is initialized
         *
         * @since 0.1.0
         */
        do_action( 'my_jetpack_init' );
    }
     
    /**
     * Acts as a feature flag, returning a boolean for whether we should show the licensing UI.
     *
     * @since 1.2.0