Filter: classifai_feature_classification_pre_save_results

apply_filters( 'classifai_feature_classification_pre_save_results', $supported, $post_id, $link, $this ) → {array}

Filter results to be saved.

Parameters:
Name Type Description
$supported array

Term results.

$post_id int

Post ID.

$link bool

Whether to link the terms or not.

$this object

Current instance of the class.

Since:
  • 3.1.0
Source:
Returns:

Term results.

Type
array