mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
Update post types check for admin columns
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user