189* @since 4.3.0 The `$original_user_id` parameter was added.190*191* @param string$value The value of the metadata.192* @param int$user_id The user IDfor the value.193* @param int|false$original_user_id The original user ID,as passed to the function.194*/195returnapply_filters("get_the_author_{$field}",$value,$user_id,$original_user_id);196}197198/**199* Outputs the field from the user's DB object. Defaults to current post's author.200*201* @since 2.8.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.