list_pages

list_pages

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('list_pages') is found 1 times:

  • /wp-includes/class-walker-page-dropdown.php line 92

    Warning: Undefined array key 97 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @param string  $title Page title.
    		 * @param WP_Post $page  Page data object.
    		 */
    		$title = apply_filters( 'list_pages', $title, $page );
    
    		$output .= $pad . esc_html( $title );
    		$output .= "</option>\n";
    	}
    }