Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if( ! function_exists( 'kappa_child_custom_excerpt_length' ) ){
- /**
- * @param unknown_type $length
- * @return number
- */
- function kappa_child_custom_excerpt_length( $length ) {
- return 70;
- }
- add_filter( 'excerpt_length', 'kappa_child_custom_excerpt_length', 9999, 1 );
- }
Advertisement
Add Comment
Please, Sign In to add comment