Troubleshooting_Diagnostics::render_field( array $args )

Summary

No summary available.

Parameters

$args

(array) (Required)


Source

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

	}

	/**
	 * Sets a wp_send_json answer for the ajax call that holds
	 * information about the plugin and the hosting system
	 *
	 * @action wp_ajax_ . self::AJAX_ACTION
	 */
	public function get_diagnostics_data() {
		// Validate request nonce
		$this->validate_ajax_nonce( $_REQUEST );

		global $wpdb;

User Contributed Notes

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