File "SgpbIPopupExtension.php"
Full Path: /home/tekvhqgl/public_html/wp-content/plugins/popup-builder/com/classes/extension/SgpbIPopupExtension.php
File size: 285 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
interface SgpbIPopupExtension
{
/*It's Admin scripts*/
public function getScripts($page, $data);
public function getStyles($page, $data);
/*It's frontend scripts*/
public function getFrontendScripts($page, $data);
public function getFrontendStyles($page, $data);
}