excerpt_mblength

excerpt_mblength

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-multibyte-patch.2.9.2

apply_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