static function (ContainerInterface $container): string { return plugins_url('/modules/ppcp-paylater-block/', $container->get('ppcp.path-to-plugin-main-file')); }, 'paylater-block.renderer' => static function (): PayLaterBlockRenderer { return new PayLaterBlockRenderer(); });