WYSIWYG
Generates a visual editor field
Field Options
| Option | Purpose |
|---|---|
| Formatting | Whether to pass the value through WP’s the_content filter |
Return Value
(string) The formatted HTML
Template Usage
<?php
echo CFS()->get( 'first_name' );
Generates a visual editor field
| Option | Purpose |
|---|---|
| Formatting | Whether to pass the value through WP’s the_content filter |
(string) The formatted HTML
<?php
echo CFS()->get( 'first_name' );