File manager - Edit - /home/contenidosenred/public_html/OD/wp-content/plugins/wp-ulike/admin/settings/fields/notice/notice.php
Back
<?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>' : ''; } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings