Viewing 1 replies (of 1 total)
  • Thread Starter net

    (@krstarica)

    In function get_posts_ids_by_filter beside:

    if( !empty( $filter['nxs_user_names'] ) ) $args['author__in'] = $filter['nxs_user_names'];

    should be something like:

    if( !empty( $filter['nxs_not_user_names'] ) ) $args['author__not_in'] = $filter['nxs_not_user_names'];

    and other similar changes should be added.

Viewing 1 replies (of 1 total)
  • The topic ‘Exclude authors’ is closed to new replies.