wp_guideline_max_length
wp_guideline_max_length
Appears in: gutenberg.23.7.1
Hook Type: filter
Displaying hooks found in version: gutenberg.23.7.1apply_filters('wp_guideline_max_length') is found 1 times:
- /lib/experimental/knowledge/knowledge.php line 141
* Filters the maximum length, in characters, of a guideline row's content. * * @param int $max_length Maximum number of characters. Default 5000. */ return (int) apply_filters( 'wp_guideline_max_length', 5000 ); } } if ( ! function_exists( 'wp_knowledge_get_or_create_type_term' ) ) { /** * Resolve a `wp_knowledge_type` term by slug, creating it lazily.