Wrapped entire get_products() in try-catch. Will log: - START when function begins - END SUCCESS when completes - ERROR + stack trace if exception thrown This will reveal if there's a PHP error causing silent failure.
Wrapped entire get_products() in try-catch. Will log: - START when function begins - END SUCCESS when completes - ERROR + stack trace if exception thrown This will reveal if there's a PHP error causing silent failure.