コード例 #1
0
ファイル: konzilo.php プロジェクト: adnasa/konzilo-wp
function konzilo_get_queues()
{
    return konzilo_get_data('queues', array(), NULL, array('organisation' => get_option('konzilo_organisation')));
}
コード例 #2
0
ファイル: konzilo.php プロジェクト: konzilo/konzilo-wp
function konzilo_get_queues()
{
    $args = array('organisation' => get_option('konzilo_organisation'), 'channel' => get_option('konzilocustom_site'));
    return konzilo_get_data('queues', array(), NULL, $args);
}