Since: 3.0.0
Author: Henry Ruhs
Author: Balázs Szilágyi
Inheritance: implements Redaxscript\Head\HeadInterface
Example #1
0
 /**
  * base
  *
  * @since 3.0.0
  *
  * @return string
  */
 public static function base()
 {
     $base = new Head\Base(Registry::getInstance());
     return $base->render();
 }