class-wpml-bbpress-api.php 225 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php class WPML_BBPress_API { public function bbp_get_user_profile_url( $user_id = 0, $user_nicename = '' ) { /** * @phpstan-ignore-next-line */ return bbp_get_user_profile_url( $user_id, $user_nicename ); } }