コード例 #1
0
 /**
  * Add templates for the key events on init
  * so theme templates can add their own
  */
 public static function add_templates()
 {
     // Allow plugins, themes, etc. to modify
     // the available key templates.
     self::$available_templates = apply_filters('liveblog_key_templates', self::$available_templates);
     // Allow plugins, themes, etc. to modify
     // the available key formats.
     self::$available_formats = apply_filters('liveblog_key_formats', self::$available_formats);
 }