Troubleshooting_Diagnostics::render_enable_import_errors( $args )

Summary

No summary available.

Source

File: src/BigCommerce/Settings/Sections/Troubleshooting_Diagnostics.php

		$products_total  = wp_count_posts( Product::NAME );
		$products_amount = $products_total->publish + $products_total->draft;
		$server_software = filter_input( INPUT_SERVER, 'SERVER_SOFTWARE', FILTER_SANITIZE_STRING );
		$diagnostics     = [
			[

User Contributed Notes

You must log in before being able to contribute a note or feedback.