woocommerce_product_reviews_table_column_

woocommerce_product_reviews_table_column_

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_product_reviews_table_column_') is found 1 times:

  • /src/Internal/Admin/ProductReviews/ReviewsListTable.php line 1283
    		 *
    		 * @param string     $output The column output.
    		 * @param WP_Comment $item   The product review being rendered.
    		 */
    		return (string) apply_filters( 'woocommerce_product_reviews_table_column_' . $column_name . '_content', $output, $item );
    	}
    
    	/**
    	 * Renders the extra controls to be displayed between bulk actions and pagination.
    	 *
    	 * @global string $comment_status