/**
  * Insert the data to pass to JS in to the DOM
  * @return void
  */
 public static function insert()
 {
     if (!self::$has_inserted) {
         self::$has_inserted = true;
         Requirements::insertHeadTags(self::get_script_tag());
     }
 }