function genesis_attributes_entry_author( $attributes ) { _deprecated_function( __FUNCTION__, '3.1.0', '\StudioPress\Genesis\Functions\Schema\entry_author' ); $attributes['itemprop'] = 'author'; $attributes['itemscope'] = true; $attributes['itemtype'] = 'https://schema.org/Person'; return $attributes; }