douduxia1551 2019-08-02 10:12
浏览 88

如何修复“参数1到wp_default_scripts()期望作为参考”

i am new in my business and I try to set up a website from a backup. Dont know who is building this. only get this error message!

// Sort
if ( !isset( $merged_filters[ $tag ] ) ) {
    ksort($wp_filter[$tag]);
    $merged_filters[ $tag ] = true;``
}

reset( $wp_filter[ $tag ] );

do {
    foreach( (array) current($wp_filter[$tag]) as $the_ )
        if ( !is_null($the_['function']) )
            call_user_func_array($the_['function'], array_slice($args, 0, (int) $the_['accepted_args']));(<-- line571)

} while ( next($wp_filter[$tag]) !== false );

array_pop($wp_current_filter);

Warning: Parameter 1 to wp_default_scripts() expected to be a reference, value given in C:\xampp\htdocs\wp-includes\plugin.php on line 571

  • 写回答

0条回答

    报告相同问题?

    悬赏问题

    • ¥15 outlook无法配置成功
    • ¥30 这是哪个作者做的宝宝起名网站
    • ¥60 版本过低apk如何修改可以兼容新的安卓系统
    • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
    • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
    • ¥50 有数据,怎么用matlab求全要素生产率
    • ¥15 TI的insta-spin例程
    • ¥15 完成下列问题完成下列问题
    • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
    • ¥15 YoloV5 第三方库的版本对照问题