excerpt_mblength
excerpt_mblength
Appears in: wp-multibyte-patch.2.8.1, wp-multibyte-patch.2.8.2, wp-multibyte-patch.2.8.3, wp-multibyte-patch.2.8.4, wp-multibyte-patch.2.8.5, wp-multibyte-patch.2.9, wp-multibyte-patch.2.9.2
Hook Type: filter
Displaying hooks found in version: wp-multibyte-patch.2.9.2apply_filters('excerpt_mblength') is found 1 times:
- /wp-multibyte-patch.php line 266
$length = (int) $this->query_based_vars['excerpt_mblength']; else $length = (int) $this->conf['excerpt_mblength']; return apply_filters( 'excerpt_mblength', $length ); } public function excerpt_more() { if ( isset( $this->query_based_vars['excerpt_more'] ) ) return $this->query_based_vars['excerpt_more']; else