the_title, $page->post_title, $page->ID

the_title, $page->post_title, $page->ID

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('the_title, $page->post_title, $page->ID') is found 1 times:

  • /wp-includes/class-walker-page.php line 206
    			$css_classes,
    			$attributes,
    			$args['link_before'],
    			/** This filter is documented in wp-includes/post-template.php */
    			apply_filters( 'the_title', $page->post_title, $page->ID ),
    			$args['link_after']
    		);
    
    		if ( ! empty( $args['show_date'] ) ) {
    			if ( 'modified' === $args['show_date'] ) {
    				$time = $page->post_modified;