wp_guideline_max_length, 5000
wp_guideline_max_length, 5000
Appears in: gutenberg.23.6.2
Hook Type: filter
Displaying hooks found in version: gutenberg.23.6.2apply_filters('wp_guideline_max_length, 5000') 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.