updated plugin GP Premium version 2.1.1

This commit is contained in:
2021-12-20 13:41:59 +00:00
committed by Gitium
parent 132b46b78f
commit d5dbb2bde7
86 changed files with 2903 additions and 455 deletions

View File

@ -75,7 +75,6 @@ if ( ! function_exists( 'generate_typography_convert_secondary_nav_values' ) ) {
* @since 1.3.0
*/
function generate_typography_convert_secondary_nav_values() {
// Bail if Secondary Nav isn't active
if ( ! function_exists( 'generate_secondary_nav_get_defaults' ) ) {
return;

View File

@ -18,7 +18,6 @@ if ( ! function_exists( 'generate_fonts_secondary_nav_customizer' ) ) {
* Secondary Nav now uses 100 as a priority.
*/
function generate_fonts_secondary_nav_customizer( $wp_customize ) {
// Bail if we don't have our defaults function
if ( ! function_exists( 'generate_secondary_nav_get_defaults' ) ) {
return;

View File

@ -9,7 +9,6 @@ add_action( 'customize_register', 'generate_slideout_typography_customizer', 150
* Adds our WooCommerce color options
*/
function generate_slideout_typography_customizer( $wp_customize ) {
// Bail if we don't have our defaults function
if ( ! function_exists( 'generate_get_default_fonts' ) ) {
return;

View File

@ -10,7 +10,6 @@ if ( ! function_exists( 'generate_typography_wc_customizer' ) ) {
* Adds our WooCommerce color options
*/
function generate_typography_wc_customizer( $wp_customize ) {
// Bail if we don't have our defaults function
if ( ! function_exists( 'generate_get_default_fonts' ) ) {
return;