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