/
home
/
techb158
/
l2hypotheques.com
/
wp-content
/
plugins
/
codestar-framework
/
fields
/
heading
/
/home/techb158/l2hypotheques.com/wp-content/plugins/codestar-framework/fields/heading
mkdir
upload
Name
Size
Mode
Actions
heading.php
540
0644
edit
dl
rm
Edit:
/home/techb158/l2hypotheques.com/wp-content/plugins/codestar-framework/fields/heading/heading.php
(540B)
<?php if ( ! defined( 'ABSPATH' ) ) { die; } // Cannot access directly. /** * * Field: heading * * @since 1.0.0 * @version 1.0.0 * */ if ( ! class_exists( 'CSF_Field_heading' ) ) { class CSF_Field_heading extends CSF_Fields { public function __construct( $field, $value = '', $unique = '', $where = '', $parent = '' ) { parent::__construct( $field, $value, $unique, $where, $parent ); } public function render() { echo ( ! empty( $this->field['content'] ) ) ? $this->field['content'] : ''; } } }
Save
cmd:
run