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.8.7.0

apply_filters('jetpack_connection_secret_generator') is found 1 times:

  • /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()
    		);
    
    

See this hook used in plugins: