post_author); if ( ! is_array($args) ) { $args = array(); } $avatar = false; //To show author Avater $author_pub_name = false; //To show author name $avatar_size = 40; $author_description = false; $class = $author_prefix = $author_wrapper_class = ''; $show_date = false; $show_time = false; $author_name = $post_author->display_name; $and_text = ''; $and_text = ampforwp_translation($redux_builder_amp['amp-translator-and-text'], 'and' ); if ( function_exists('coauthors') ) { $author_name = coauthors($and_text,$and_text,null,null,false); } $author_link = get_author_posts_url($post_author->ID); if ( function_exists('coauthors_posts_links') ) { $author_link = coauthors_posts_links($and_text,$and_text,null,null,false); } $author_image_wrapper = ''; if ( isset($args['author_pub_name']) ) { $author_pub_name = $args['author_pub_name']; } if ( isset($args['avatar']) ) { $avatar = $args['avatar']; } if ( isset($args['avatar_size']) ) { $avatar_size = $args['avatar_size']; } if ( isset($args['class']) ) { $class = $args['class']; } if ( isset($args['author_description']) ) { $author_description = $args['author_description']; } if ( isset( $args['author_prefix']) ) { $author_prefix = $args['author_prefix']; } //$author_prefix = ampforwp_translation($redux_builder_amp['amp-translator-by-text'] , $author_prefix ); if ( isset( $args['author_link']) ) { $author_link = $args['author_link']; } if ( isset( $args['author_wrapper_class']) ) { $author_wrapper_class = $args['author_wrapper_class']; } if ( isset($args['author_image_wrapper']) ) { $author_image_wrapper = $args['author_image_wrapper']; } if ( isset($args['show_date']) ) { $show_date = $args['show_date']; } if ( isset($args['show_time']) ) { $show_time = $args['show_time']; } ?>