Функция получает данные сообщений внутри тем форума согласно переданных параметров
pfm_get_posts(array( 'post_id' => int(), 'post_id__in' => array(), 'post_id__not_in' => array(), 'post_index' => int(), 'post_index__in' => array(), 'post_index__not_in' => array(), 'user_id' => int(), 'user_id__in' => array(), 'user_id__not_in' => array(), 'topic_id' => int(), 'topic_id__in' => array(), 'topic_id__not_in' => array(), 'orderby' => string(), 'order' => string(), //DESC/ASC 'number' => int(), 'offset' => int(), 'fields' => array() ));
Комментариев (0)