general changes

This commit is contained in:
2024-07-16 01:00:43 -07:00
parent 0f9e1492cc
commit 2da6388725
3 changed files with 14 additions and 14 deletions

View File

@ -49,7 +49,7 @@ function sophia_after_dark_customize_general_panels_sections_register( $wp_custo
)
)
);
$wp_customize->add_control(new WP_Customize_Image_control(
$wp_customize->add_control(new Sophia_After_Dark_Image_control(
$wp_customize, 'sophia_after_dark_home_og_image', array(
'label' => __('Home Page Open Graph Image', 'sophia_after_dark'),
'section' => 'sophia_after_dark_section_site',