# monei/7.1.3/src/Templates/NoticeAdminDependency.php

MONEI Payments for WooCommerce, version 7.1.3. 18 lines.

- Page: https://pluginprobe.com/plugins/monei/7.1.3/code/src/Templates/NoticeAdminDependency.php
- Raw: https://pluginprobe.com/plugins/monei/7.1.3/raw/src/Templates/NoticeAdminDependency.php
- Modified: 2025-02-18T16:56:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/monei/7.1.3/code/src/Templates/NoticeAdminDependency.php#L10-L20`.

```php
<?php

namespace Monei\Templates;

class NoticeAdminDependency implements TemplateInterface {


	public function render( $data ): void {
		?>

		<div class="notice notice-error">
			<p>
				<strong><?php echo esc_html_e( 'MONEI Gateway is inactive because WooCommerce is not installed and active.', 'monei' ); ?></strong>
			</p>
		</div>
		<?php
	}
}
```
