Filter: classifai_{feature}_run

apply_filters( 'classifai_{feature}_run', $result, $provider_instance, $args, $this ) → {mixed}

Filter the results of running the feature.

Parameters:
Name Type Description
$result mixed

Result of running the feature.

$provider_instance Providers

Provider used.

$args mixed

Arguments used by the feature.

$this Feature

Current feature class.

Since:
  • 3.0.0
Source:
Returns:

Results.

Type
mixed