Function apply_filters invoked with 3 parameters, 2 required
szepeviktor opened this issue · 1 comments
szepeviktor commented
Please help me solve this thingy!
/**
* @param bool $enabled
* @param self $instance
*/
apply_filters(
Plugin::SLUG.'_enable_two_step_payment',
TwoStep::enabled(),
$this
);
szepeviktor commented