I don’t know what it should be. Why did it just happen when I moved the site? Everything else seems to work fine… Here is the section of the plugin.php file:
do {
foreach( (array) current($wp_filter[$tag]) as $the_ )
if ( !is_null($the_['function']) ){
$args[1] = $value;
$value = call_user_func_array($the_['function'], array_slice($args, 1, (int) $the_['accepted_args']));
Does that help you help me?