/**
* Render Heading element to the output/string.
*
* @param bool $output Output or return rendered element.
*
* @access public
*/
public function render($output = true)
Examples
use function Thermage\heading;
// ...
// Render heading element.
heading('Stay RAD!')->render();
Getting Started
Methods
- d Set Heading element display style.
- getShortcodes Get Heading element shortcodes instance.
- getTheme Get Heading element theme.
- getValue Get Heading element value.
- render Render Heading element.
- setShortcodes Set Heading element shortcodes instance.
- setTheme Set Heading element theme instance.
- size Set Heading size.
- textAlign Set Heading element text align.
- value Set Heading element value.