# HTML

Render custom HTML markup.

Field::make( 'html', 'crb_html', __( 'Section Description' ) )
	->set_html( sprintf( '<p>$1</p>', __( 'Here, you can add some useful description for the fields below / above this text.' ) ) )

# Config methods

# set_html( $html )

Set the HTML markup you would like to show to $html.

Field::make( 'html', 'crb_information_text' )
    ->set_html( '<h2>Lorem ipsum</h2><p>Quisque mattis ligula.</p>' )
Last Updated: 3/23/2021, 11:15:16 AM