twentyfourteen_wido
Remove the widont filter because of the limited space for post/page title in the design.
Description
twentyfourteen_wido();
Usage
if ( !function_exists( 'twentyfourteen_wido' ) ) { require_once '/inc/wpcom.php'; } // NOTICE! Understand what this does before running. $result = twentyfourteen_wido();
Defined (1)
The function is defined in the following location(s).
- /inc/wpcom.php
- function twentyfourteen_wido() {
- remove_filter( 'the_title', 'widont' );
- }