/home/techb158/l2hypotheques.com/wp-content/plugins/codestar-framework/fields/textarea
NameSizeModeActions
textarea.php13310644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/codestar-framework/fields/textarea/textarea.php (1331B)
field_before(); echo $this->shortcoder(); echo ''; echo $this->field_after(); } public function shortcoder() { if ( ! empty( $this->field['shortcoder'] ) ) { $instances = ( is_array( $this->field['shortcoder'] ) ) ? $this->field['shortcoder'] : array_filter( (array) $this->field['shortcoder'] ); foreach ( $instances as $instance_key ) { if ( isset( CSF::$shortcode_instances[$instance_key] ) ) { $button_title = CSF::$shortcode_instances[$instance_key]['button_title']; echo ''. $button_title .''; } } } } } }