default_excerpt, $post_excerpt, $post
default_excerpt, $post_excerpt, $post
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('default_excerpt, $post_excerpt, $post') is found 1 times:
- /wp-admin/includes/post.php line 837
* * @param string $post_excerpt Default post excerpt. * @param WP_Post $post Post object. */ $post->post_excerpt = (string) apply_filters( 'default_excerpt', $post_excerpt, $post ); return $post; } /** * Determines if a post exists based on title, content, date and type.