Submit
Path:
~
/
home
/
contenidosenred
/
www
/
ondemand
/
wp-content
/
plugins
/
wp-ulike
/
admin
/
settings
/
fields
/
content
/
File Content:
content.php
<?php if ( ! defined( 'ABSPATH' ) ) { die; } // Cannot access directly. /** * * Field: content * * @since 1.0.0 * @version 1.0.0 * */ if ( ! class_exists( 'ULF_Field_content' ) ) { class ULF_Field_content extends ULF_Fields { public function __construct( $field, $value = '', $unique = '', $where = '', $parent = '' ) { parent::__construct( $field, $value, $unique, $where, $parent ); } public function render() { if ( ! empty( $this->field['content'] ) ) { echo $this->field['content']; } } } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
content.php
556 bytes
0644
N4ST4R_ID | Naxtarrr