Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
themes
/
curly
/
framework
/
lib
/
mkdf.icons
/
File Content:
mkdf.iconcollection.interface.php
<?php if (!defined('ABSPATH')) exit; /** * Interface iCurlyMikadofIconCollection */ interface iCurlyMikadofIconCollection { /** * @param string $title title of icon collection * @param string $param param that will be used in shortcodes */ public function __construct($title_label = "", $param = ""); /** * Method that returns $icons property * @return mixed */ public function getIconsArray(); /** * Generates HTML for provided icon and parameters * @param $icon string * @param array $params * @return mixed */ public function render($icon, $params = array()); /** * Checks if icon collection has social icons * @return mixed */ public function hasSocialIcons(); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
mkdf.fontawesome.php
32518 bytes
0644
mkdf.iconcollection.interface.php
775 bytes
0644
mkdf.icons.php
24404 bytes
0644
N4ST4R_ID | Naxtarrr