12 lines
170 B
PHP
12 lines
170 B
PHP
<?php
|
|
|
|
/**
|
|
* The extensions of the admin notice module.
|
|
*
|
|
* @package WooCommerce\PayPalCommerce\Button
|
|
*/
|
|
declare (strict_types=1);
|
|
namespace {
|
|
return array();
|
|
}
|