10 lines
159 B
PHP
10 lines
159 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace RomhackPlaza\API;
|
||
|
|
defined( 'ABSPATH' ) || exit;
|
||
|
|
|
||
|
|
interface Website_Scripts_Constraints
|
||
|
|
{
|
||
|
|
public static function website_scripts_list();
|
||
|
|
|
||
|
|
}
|