File "module.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-admin-notices/module.php
File size: 243 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The admin notice module.
*
* @package WooCommerce\PayPalCommerce\Button
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\AdminNotices;
return static function (): AdminNotices {
return new AdminNotices();
};