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
In general, all code must follow the [WordPress Coding Standards and best practices](https://developer.wordpress.org/coding-standards/). All code in the Abilities API plugin must follow these requirements:
14
14
15
15
-**WordPress**: The plugin's minimum WordPress version requirement is 6.8.
16
-
-**PHP**: The minimum required version of the code slated for WordPress Core includes is PHP7.2, but the tooling and development environment requires PHP 7.4 or higher.
16
+
-**PHP**: The minimum required version of the code slated for WordPress Core includes PHP 7.2, but the tooling and development environment requires PHP 7.4 or higher.
17
17
18
-
We include [several tools](#useful-commands) to help ensure your code meets contribution
18
+
We include [several tools](#useful-commands) to help ensure your code meets contribution requirements.
0 commit comments