static function ( ContainerInterface $container ): string { /** * Cannot return false for this path. * * @psalm-suppress PossiblyFalseArgument */ return plugins_url( '/modules/ppcp-paylater-configurator/', dirname( realpath( __FILE__ ), 3 ) . '/woocommerce-paypal-payments.php' ); }, );