1.1.0
- You can have the project throw an
Exceptionif there is an activation problem- Use filter
wds_required_plugin_stop_if_not_foundset totrueto throw - Just add
add_filter( 'wds_required_plugin_stop_if_not_found', '__return_true' ); - Note, this will be default behavior in a future release
- Use filter
- Installable via
composernow