jetpack_connection_secret_generator

jetpack_connection_secret_generator

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('jetpack_connection_secret_generator') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-secrets.php line 62
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    if ( false === $user_id ) {
        $user_id = get_current_user_id();
    }
     
    $callable = apply_filters( 'jetpack_connection_secret_generator', array( static::class, 'secret_callable_method' ) );
     
    $secrets = Jetpack_Options::get_raw_option(
        self::LEGACY_SECRETS_OPTION_NAME,
        array()
    );

See this hook used in plugins: