function a11y_controls_shortcode() { // Generate unique ID to prevent conflicts $unique_id = uniqid('a11y_'); ob_start(); ?>…
If WooCommerce does not send Stock Reports
Sometimes the mail is not being sent. For whatever reason. But it is annoying if you need that stock report urgently. WooCommerce fortunately has a folder where it stores such exported data! You can easily download them directly from the server in this location:
/wp-content/uploads/woocommerce_uploads/reports

Nice, but not fully reliale. The download button in the reports‘ section of WooCommerce. Furthermore it does not provide a download but only a link via mail. Which might fail if the file size is too big:


