Update post types check for admin columns

This commit is contained in:
Robin Cornett
2017-09-12 14:18:31 -04:00
parent db5b6a7659
commit 9a91be256f
@@ -45,8 +45,8 @@ class Display_Featured_Image_Genesis_Admin {
*/
protected function set_up_post_type_columns() {
$args = array(
'public' => true,
'_builtin' => false,
'show_ui' => true,
);
$output = 'names';
$post_types = get_post_types( $args, $output );