apply_filters( 'classifai_pre_normalize', $post_content ) → {string}
Hook to filter post content before stripping HTML tags.
Parameters:
Name | Type | Description |
---|---|---|
$post_content |
string | The post content. |
- Since:
- 3.1.0
- Source:
Returns:
The filtered Post content.
- Type
- string