/*
 * Theme Name:  Authentic: Child Theme
 * Theme URI:   https://themeforest.net/item/authentic-lifestyle-blog-magazine-wordpress-theme/16249526
 * Description: Child theme of the parent Authentic theme.
 * Author:      Code Supply Co.
 * Author URI:  http://www.codesupply.co
 * Template:    authentic
 * Template Version: 1.0.8
 * Version: 1.0.0
 */

/* Copy any classes from parent and paste here. It will override the parent's version. */


add_filter('comment_moderation_recipients','uf_comment_moderation_recipients');
function uf_comment_moderation_recipients($emails){
    $emails[] = 'frolova@ampir.ru';
    return $emails;
}
