apply_filters( 'classifai_normalize', $post_content, $post_id ) → {string}
Filters the normalized content to allow for additional cleanup.
Parameters:
Name | Type | Description |
---|---|---|
$post_content |
string | The normalized post content. |
$post_id |
int | The ID of the post whose content is being normalized. |
- Since:
- 0.1.0
- Source:
Returns:
The filtered normalized post content.
- Type
- string