File "ConfigurableInterface.php"

Full Path: /home/pumpbmko/public_html/wp-content/themes/momota/lib/colibriwp/src/Core/ConfigurableInterface.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();

}