コード例 #1
0
ファイル: email.php プロジェクト: xwp/stream-legacy
 public static function register($title = '')
 {
     parent::register(__('Email', 'stream-notifications'));
 }
コード例 #2
0
ファイル: push.php プロジェクト: xwp/stream-legacy
 public static function register($title = '')
 {
     parent::register(__('Push', 'stream-notifications'));
     add_filter('wp_stream_serialized_labels', array(__CLASS__, 'pushover_key_labels'));
 }