• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
ColorMag Pro

NULLED ColorMag Pro 5.0.2 NULLED

Thank you, but this update has crashed my website. There’s something wrong with Null.
 
Reacted by:
Thank you, but this update has crashed my website. There’s something wrong with Null.
Code:
function colormag_maybe_enable_builder() {
    if ( get_option( 'colormag_builder_migration' ) ) {
        return true;
    }
    if ( get_option( 'colormag_major_update_v1_customize_migrate' ) || get_option( 'colormag_top_bar_options_migrate' ) || get_option( 'colormag_breadcrumb_options_migrate' ) | get_option( 'colormag_transfer' ) || get_option( 'colormag_autoload_posts_control_migrate' ) ) {
        return false;
    }
    return true;
}
add this code in functions.php,

example before add_action( 'after_setup_theme', 'colormag_set_content_width', 0 );
Code:
function colormag_maybe_enable_builder() {
    if ( get_option( 'colormag_builder_migration' ) ) {
        return true;
    }
    if ( get_option( 'colormag_major_update_v1_customize_migrate' ) || get_option( 'colormag_top_bar_options_migrate' ) || get_option( 'colormag_breadcrumb_options_migrate' ) | get_option( 'colormag_transfer' ) || get_option( 'colormag_autoload_posts_control_migrate' ) ) {
        return false;
    }
    return true;
}
add_action( 'after_setup_theme', 'colormag_set_content_width', 0 );
 
raz0r 's signature
Reacted by:
WordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
 
Reacted by:
raz0r 's signature
Reacted by:
raz0r 's signature
Reacted by:
Top