Filter: classifai_excerpt_generation_author_name

apply_filters( 'classifai_excerpt_generation_author_name', $author_name, $post_id ) → {string}

Filter the author name used in excerpt generation.

Parameters:
Name Type Description
$author_name string

The author's display name.

$post_id int

The post ID.

Since:
  • 3.x.x
Source:
Returns:

The author name to use in the prompt.

Type
string