# payplug/2.6.4/src/Front/Layout/InterfaceOneyResources.php

PayPlug for WooCommerce (Official), version 2.6.4. 15 lines.

- Page: https://pluginprobe.com/plugins/payplug/2.6.4/code/src/Front/Layout/InterfaceOneyResources.php
- Raw: https://pluginprobe.com/plugins/payplug/2.6.4/raw/src/Front/Layout/InterfaceOneyResources.php
- Modified: 2023-10-18T12:49:20+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/payplug/2.6.4/code/src/Front/Layout/InterfaceOneyResources.php#L10-L20`.

```php
<?php

namespace Payplug\PayplugWoocommerce\Front\Layout;

interface InterfaceOneyResources
{

	static function addOneyScript();

	static function addOneyCSS();

	static function addOneyJs();

}

```
