diff --git a/includes/wc-product-functions.php b/includes/wc-product-functions.php index 513fef531c3..f4681e69c1c 100644 --- a/includes/wc-product-functions.php +++ b/includes/wc-product-functions.php @@ -214,7 +214,7 @@ function wc_get_featured_product_ids() { * * @access public * @param string $permalink The existing permalink URL. - * @param object $post + * @param WP_Post $post * @return string */ function wc_product_post_type_link( $permalink, $post ) {