[uwp_button_group user_id="post_author"]
[#author_bio#]
'
);
}
/**
* Returns default user list item content
* @param bool $no_filter
*
* @return string
*/
public static function page_user_list_item_content( $no_filter = false ) {
$content = "[uwp_profile_header][uwp_output_location location='users'][uwp_user_actions]";
if ( $no_filter ) {
return $content;
} else {
return apply_filters( "uwp_page_user_list_item_default_content", $content );
}
}
}