jetpack_my_jetpack_should_initialize

jetpack_my_jetpack_should_initialize

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_my_jetpack_should_initialize') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php line 529
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
         * @since 0.5.0-alpha
         *
         * @param bool $shoud_initialize Should we initialize My Jetpack?
         */
        return apply_filters( 'jetpack_my_jetpack_should_initialize', $should );
    }
     
    /**
     * Hook into several connection-based actions to update the historically active Jetpack modules
     * If the transient that indicates the list needs to be synced, update it and delete the transient
     *