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

@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) {
}
// Set our theme version.
define( 'GENERATE_VERSION', '3.2.0' );
define( 'GENERATE_VERSION', '3.2.4' );
if ( ! function_exists( 'generate_setup' ) ) {
add_action( 'after_setup_theme', 'generate_setup' );