• Good Plugin… But in this last update (Feb 2025), one line of code causing issue…

    In lib/controller/class-order.php at line number 194, it should be $order = wc_get_order( $post->ID ); instead of $order = wc_get_order( $post->get_id() ); because it is throwing error : Error message: Uncaught Error: Call to undefined method WP_Post::get_id()

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error in lib/controller – class-order.php’ is closed to new replies.