小编Odo*_*leb的帖子

警告:number_format()期望参数1为double,给定字符串

我的页面滑块上出现此错误:

警告:number_format()期望参数1为double,第30行的/home/globalar/public_html/wp-content/themes/automotive_s1/includes/slider.php中给出了字符串

<?php

    if $str = floatval($str); ($post->post_type == "gtcd") {
        the_title();
    if (isset( $fields['price'])) {
        echo ' | <span class="price_slider">'.'  '.$symbols['currency']; 
        echo number_format($fields['price']).'</span> ';
    } else { 
        echo '';
}
Run Code Online (Sandbox Code Playgroud)

php wordpress

3
推荐指数
2
解决办法
5万
查看次数

标签 统计

php ×1

wordpress ×1