default_excerpt, $post_excerpt, $post

default_excerpt, $post_excerpt, $post

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_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.