WordPress – printing post table data in admin menu page
I am trying to retrieve data from post table into admin menu page. I have written my codes below. it doesn't display records from post table. function wdbp_menu_page(){ add_menu_page( __( 'My wpdb', 'wpdb' ), 'my db', 'manage_options', 'customdb', 'my_menu_page', 7…