do_action( 'classifai_feature_term_cleanup_generate_embedding', $term_id, $result, $this )
Fires when an embedding is generated for a term.
Parameters:
Name | Type | Description |
---|---|---|
$term_id |
int | ID of term. |
$result |
array | WP_Error | Result of embedding generation. |
$this |
TermCleanup | Feature instance. |
- Since:
- x.x.x
- Source: