Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
06
/
wp-content
/
plugins
/
wordpress-popup
/
inc
/
provider
:
class-hustle-provider-interface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Hustle_Provider_Interface class. * * @package Hustle * @since 3.5.0 */ /** * Hustle_Provider_Interface. * * @since 3.0.5 */ interface Hustle_Provider_Interface { /** * Use it to instantiate provider class. * * @return self */ public static function get_instance(); }