Changes between Initial Version and Version 3 of Ticket #35253
- Timestamp:
- 12/29/2015 03:13:59 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35253
-
Property
Status
changed from
newtoclosed -
Property
Resolution
changed from
toinvalid -
Property
Milestone
changed from
Awaiting Reviewto
-
Property
Status
changed from
-
Ticket #35253 – Description
initial v3 4 4 5 5 So, is there a better filter or is this mis-marked in the codex as deprecated? 6 6 {{{ 7 7 function jspr_headline( $title, $id) { 8 8 if ( is_page( $id) && $field = get_field('page_headline') ) { … … 13 13 } 14 14 add_filter( 'the_title', 'jspr_headline', 10, 2 ); 15 }}}