Esempio n. 1
0
 public static function register($title = '')
 {
     parent::register(__('Email', 'stream-notifications'));
 }
Esempio n. 2
0
 public static function register($title = '')
 {
     parent::register(__('Push', 'stream-notifications'));
     add_filter('wp_stream_serialized_labels', array(__CLASS__, 'pushover_key_labels'));
 }