function get_users_rec( ) {
global $author_query;
$args = array(
'orderby' => 'display_name' // Order by display name
);
// Create the WP_User_Query object
$author_query = new WP_User_Query( $args );
// Get the results
$authors = $author_query->results;
var_dump($authors);
}
<?
if(CIBlockElement::GetList())
{
CIBlockElement::GetList();
}
?>
выдает мне ошибку: Fatal error: Class 'CIBlockElement' not found in...