WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about excerpt_length

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 3900 /**
* Filters the maximum number of words in a post excerpt.
*
* @since 2.7.0
*
* @param int $number The maximum number of words. Default 55.
*/

Hook Parameters

Parameter Type Name Description
int $number The maximum number of words. Default 55.