如何修复“参数1到wp_default_scripts()应该是参考”

时间:2019-08-02 10:12:59

标签: php wordpress

我是我的新手,所以我尝试通过备份建立一个网站。不知道是谁在建造这个。仅收到此错误消息!

// 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);

警告:wp_default_scripts()的参数1应该是参考,第571行的C:\ xampp \ htdocs \ wp-includes \ plugin.php中给出的值

0 个答案:

没有答案