1.1.0
- You can have the project throw an
Exception
if there is an activation problem- Use filter
wds_required_plugin_stop_if_not_found
set totrue
to 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
composer
now