This commit is contained in:
Robin Cornett
2019-05-19 07:07:23 -04:00
parent 6b0bebe40b
commit 38fc34fdbf
3 changed files with 67 additions and 67 deletions
+4 -4
View File
@@ -36,10 +36,10 @@ $custom_pages = array(
$post_types = array_merge( $custom_pages, $this->get_post_types() );
foreach ( $post_types as $post_type => $label ) {
$fields[] = array(
'id' => esc_attr( $post_type ),
'title' => esc_attr( $label ),
'section' => 'cpt',
'type' => 'image',
'id' => $post_type,
'title' => esc_attr( $label ),
'section' => 'cpt',
'type' => 'image',
);
}