File "Provider_Interface.php"
Full Path: /home/magiggjm/magistvandroids.com/wp-content/plugins/kadence-blocks/vendor/vendor-prefixed/stellarwp/uplink/src/Uplink/Contracts/Provider_Interface.php
File size: 329 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* @license GPL-2.0-or-later
*
* Modified using {@see https://github.com/BrianHenryIE/strauss}.
*/
namespace KadenceWP\KadenceBlocks\StellarWP\Uplink\Contracts;
interface Provider_Interface {
/**
* Register action/filter listeners to hook into WordPress
*
* @return void
*/
public function register();
}