This commit is contained in:
2026-01-11 19:39:55 +01:00
commit c1042c9cde
98 changed files with 9086 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace RomhackPlaza\API;
defined( 'ABSPATH' ) || exit;
interface Website_Scripts_Constraints
{
public static function website_scripts_list();
}