File "ConfigurableInterface-20250112052451.php"
Full Path: /home/pumpbmko/public_html/wp-content/themes/momota/lib/colibriwp/src/Core/ConfigurableInterface-20250112052451.php
File size: 212 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace ColibriWP\Theme\Core;
interface ConfigurableInterface {
public static function options();
public static function settingDefault( $name );
public static function selectiveRefreshKey();
}