/**
 * Get Heading element shortcodes instance.
 *
 * @return Shortcodes Heading element shortcodes instance.
 *
 * @access public
 */
public static function getShortcodes(): Shortcodes

Examples

use function Thermage\heading;
use function Thermage\render;

// ...

$shortcodes = heading()::getShortcodes();