How to change size image when user WP_Customize_Image_Control on customize
-
Code Customize demo
$wp_customize->add_control(
new WP_Customize_Image_Control(
$wp_customize,
‘logo’,
array(
‘label’ => __( ‘Upload a logo’, ‘theme_name’ ),
‘section’ => ‘your_section_id’,
‘settings’ => ‘your_setting_id’,
‘context’ => ‘your_setting_context’
)
)
);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to change size image when user WP_Customize_Image_Control on customize’ is closed to new replies.