• Resolved soyjuano

    (@soyjuano)


    He resuelto el error ” Deprecated function wc_current_theme_is_fse_theme” en el archivo xoo-wsc-functions.php cambiando la funcion :

    /* Block theme fix */
    add_action( ‘wp_enqueue_scripts’, function(){
    if( !function_exists(‘wp_is_block_theme’) || !wp_is_block_theme() ) return;
    wp_enqueue_script( ‘wc-cart-fragments’ );
    }, PHP_INT_MAX );

    estaría bueno tenerlo en cuenta para la próxima actualización 🙂

    • This topic was modified 11 months, 3 weeks ago by soyjuano.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Deprecated function wc_current_theme_is_fse_theme’ is closed to new replies.