Д
Size: a a a
Д
@
И
MM
BI
MM
BI
И
И
И
И
if( $comments = get_comments( $args ) ){
$comments = new WP_Query( array( 'orderby' => array( 'comment_parent' => 'comment_date' ) ) );
$comments = get_comments( array(
'search' => get_current_user_id(), // получаем посты текущего автора
'author__not_in' => get_current_user_id(), // исключаем свои комментарии
'number' => get_option('noticommhead'),
'status' => 'approve',
'order' => 'DESC',
'type' => '',
) );
И
И
АП
АП
MM
ПМ
ПМ
PK
PK