Update customizer option description

This commit is contained in:
Tetrakern 2024-05-14 22:10:47 +02:00
parent d41ae8f799
commit edef44b7f5

View File

@ -1712,7 +1712,7 @@ function fictioneer_add_layout_customizer_settings( $manager ) {
'priority' => 10,
'section' => 'layout',
'label' => __( 'Card Image Style', 'fictioneer' ),
'description' => __( 'Choose the image style for your cards.', 'fictioneer' ),
'description' => __( 'Choose the image style for your cards. Can be overridden in shortcodes.', 'fictioneer' ),
'choices' => apply_filters( 'fictioneer_filter_customizer_card_image_style', $card_image_styles )
)
);