Menu.php 207 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php namespace ACP\Editing\Storage\Post; use ACP\Editing; class Menu extends Editing\Storage\Menu { protected function get_title( int $id ): string { return get_post_field( 'post_title', $id ); } }