Skip to content
Snippets Groups Projects

Feature/init

Merged Krzysztof Dyszczyk requested to merge feature/init into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -5,9 +5,10 @@
@@ -5,9 +5,10 @@
[![Latest Unstable Version](https://poser.pugx.org/wpdesk/wp-show-decision/v/unstable)](https://packagist.org/packages/wpdesk/wp-show-decision)
[![Latest Unstable Version](https://poser.pugx.org/wpdesk/wp-show-decision/v/unstable)](https://packagist.org/packages/wpdesk/wp-show-decision)
[![License](https://poser.pugx.org/wpdesk/wp-show-decision/license)](https://packagist.org/packages/wpdesk/wp-show-decision)
[![License](https://poser.pugx.org/wpdesk/wp-show-decision/license)](https://packagist.org/packages/wpdesk/wp-show-decision)
WordPress Library for Form integration
WordPress Library for Decision whether to show something.
===================================================
===================================================
Idea is that you have ShouldShowStrategy interface with one bool method. Thanks to this you can create a class that
 
delegates decision whether to show something. Your class does not have to hardcode that decision.
## Requirements
## Requirements
Loading