Falcon_Connector_WordPress::get_available_settings PHP Метод

get_available_settings() публичный Метод

Get available settings for notifications
public get_available_settings ( ) : array
Результат array
    public function get_available_settings()
    {
        return array('post' => array('all' => __('All new posts', 'falcon'), '' => __('No notifications', 'falcon')), 'comment' => array('all' => __('All new comments', 'falcon'), 'participant' => __("New comments on posts I've commented on", 'falcon'), 'replies' => __('Replies to my comments', 'falcon'), '' => __('No notifications', 'falcon')));
    }