I'm trying to upload a plugin on my WordPress site and I get the following error below:
Fatal error: Can't use function return value in write context on line 491.
Here is the code that is in question. Any help is appreciated!
if ( empty( get_post_meta( $order_id, '_sent_to_fba', true ) ) ) {
return '';
}