Submit
Path:
~
/
home
/
getwphos
/
public_html
/
brueggemann
/
wp-content
/
plugins
/
wanderland-core
/
like
/
File Content:
like-functions.php
<?php if ( ! function_exists( 'wanderland_core_action_like' ) ) { /** * Returns WanderlandMikadoClassLike instance * * @return WanderlandMikadoClassLike */ function wanderland_core_action_like() { return WanderlandMikadoClassLike::get_instance(); } } function wanderland_core_get_like() { echo wp_kses( wanderland_core_action_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, 'data-post-id' => true ), 'input' => array( 'type' => true, 'name' => true, 'id' => true, 'value' => true ) ) ); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
assets
---
0755
like-functions.php
879 bytes
0644
like.php
3784 bytes
0644
load.php
132 bytes
0644
N4ST4R_ID | Naxtarrr