/**
 * Set a new instance of the shortcodes.
 *
 * @param Shortcodes $shortcodes Shortcodes.
 *
 * @return void
 *
 * @access public
 */
public static function setShortcodes($shortcodes): void

Examples

use function Thermage\hr;
use function Thermage\render;

// ...

hr()::setShortcodes(new Shortcodes());