Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
firepot
/
wp-content
/
themes
/
momota
/
lib
/
colibriwp
/
src
/
Core
:
ConfigurableInterface.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php namespace ColibriWP\Theme\Core; interface ConfigurableInterface { public static function options(); public static function settingDefault( $name ); public static function selectiveRefreshKey(); }