jetpack_connection_secret_generator, array( static::class, secret_callable_method
jetpack_connection_secret_generator, array( static::class, secret_callable_method
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_connection_secret_generator, array( static::class, secret_callable_method') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php line 62
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() );