コード例 #1
0
 /**
  * Set the identifier to use for the current active/default {@link ShortcodeParser} instance.
  *
  * @param string $identifier
  */
 public static function set_active($identifier)
 {
     self::$active_instance = (string) $identifier;
 }