Skip to content
Snippets Groups Projects

1.x

Merged Bartek Jaskulski requested to merge 1.x into review
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -28,7 +28,8 @@ final class PluginInit {
@@ -28,7 +28,8 @@ final class PluginInit {
* Define environment constraints required by a plugin. If requirements are not fulfilled,
* Define environment constraints required by a plugin. If requirements are not fulfilled,
* the plugin will not be able to instantiate.
* the plugin will not be able to instantiate.
*
*
* Validation rules are defined according to `wp-basic-requirements` documentation.
* @param array $requirements Validation rules are defined according to `wp-basic-requirements`
 
* documentation.
*
*
* @see https://gitlab.wpdesk.dev/wpdesk/wp-basic-requirements
* @see https://gitlab.wpdesk.dev/wpdesk/wp-basic-requirements
*/
*/
Loading