mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
10 lines
148 B
PHP
10 lines
148 B
PHP
<?php
|
|
/**
|
|
* The extensions of the admin notice module.
|
|
*
|
|
* @package Inpsyde\PayPalCommerce\Button
|
|
*/
|
|
|
|
declare(strict_types=1);
|
|
|
|
return array();
|