Skip to content

Conversation

@IanDelMar
Copy link

@IanDelMar IanDelMar commented Apr 20, 2024

This PR adds the following tags to the plugin header:

  • Requires PHP: 7.0
  • Requires at least: 5.0
  • Requires Plugins: contact-form-7

You use null coalescing operators, which are only available from PHP 7.0 onwards. According to the WP repo WP 5.0 is the minimum required version. The 'Requires Plugins' tag, introduced in WordPress 6.5, specifies a list of other plugins that the plugin depends on.

This PR also uses https versions for 'Plugin URI' and 'Author URI'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants