settings = $settings; $this->name = 'displayfeaturedimagegenesis'; } function do_author_fields( $user ) { $id = get_the_author_meta( $this->name, $user->ID ); echo '
| '; echo ' | ';
if ( $id ) {
echo wp_kses_post( $this->settings->render_image_preview( $id ) );
}
$this->settings->render_buttons( $id, $this->name );
echo ' Upload an image to use as your author page featured image. '; echo ' | ';
echo '
|---|