You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Quality Insights Toolkit (QIT) validation test has identified missing required headers in the Conversion Tracking extension (Version 2.1.0). This needs to be addressed to ensure proper plugin compatibility and documentation.
Current Issues:
The 'Requires PHP' header is missing from the plugin's main file
Test date: 2024-12-06 11:11:38
Test summary shows 0 errors but 2 warnings
Required Actions:
Add the missing 'Requires PHP' header to the plugin's main PHP file
Format the header according to WordPress plugin requirements
Example of proper header implementation:
/** * Plugin Name: WooCommerce Conversion Tracking * Version: 2.1.0 * Requires PHP: 7.4 <-- Add this line * WC requires at least: 5.0.0 * WC tested up to: 9.4.3 */
The Quality Insights Toolkit (QIT) validation test has identified missing required headers in the Conversion Tracking extension (Version 2.1.0). This needs to be addressed to ensure proper plugin compatibility and documentation.
Current Issues:
Required Actions:
Example of proper header implementation:
Reference Documentation:
Reference Test report:
The text was updated successfully, but these errors were encountered: