Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
themes
/
curly
/
framework
/
modules
/
like
/
File Content:
like-functions.php
<?php if (!function_exists('curly_mkdf_like')) { /** * Returns ThemeNamePhpClassLike instance * * @return ThemeNamePhpClassLike */ function curly_mkdf_like() { return CurlyMikadofLike::get_instance(); } } function curly_mkdf_get_like() { echo wp_kses(curly_mkdf_like()->add_like(), array( 'span' => array( 'class' => true, 'aria-hidden' => true, 'style' => true, 'id' => true ), 'i' => array( 'class' => true, 'style' => true, 'id' => true ), 'a' => array( 'href' => true, 'class' => true, 'id' => true, 'title' => true, 'style' => true ) )); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
assets
---
0755
like-functions.php
786 bytes
0644
like.php
4288 bytes
0644
load.php
150 bytes
0644
N4ST4R_ID | Naxtarrr