mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-16 21:13:18 +09:00
PHPCS
This commit is contained in:
@@ -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',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user