updated theme GeneratePress version 3.2.4

This commit is contained in:
2022-11-24 13:40:59 +00:00
committed by Gitium
parent 9d69ca8941
commit d80868cf0e
11 changed files with 42 additions and 14 deletions

View File

@ -479,7 +479,7 @@ class GeneratePress_HTML_Attributes {
$type = apply_filters( 'generate_article_itemtype', 'CreativeWork' );
$attributes['itemtype'] = sprintf(
'itemtype="https://schema.org/%s"',
'https://schema.org/%s',
$type
);

View File

@ -352,6 +352,7 @@ function generate_do_control_inline_scripts() {
array(
'palette' => $colors,
'showGoogleFonts' => apply_filters( 'generate_font_manager_show_google_fonts', true ),
'colorPickerShouldShift' => function_exists( 'did_filter' ),
)
);