WN

WN (https://www.wn.se/forum/index.php)
-   Serversidans teknologier (https://www.wn.se/forum/forumdisplay.php?f=4)
-   -   Wordpress comments fel (https://www.wn.se/forum/showthread.php?t=1068010)

ponting 2017-03-21 09:38

Wordpress comments fel
 
Jag har fixat till mitt wordpress som jag önskar, men går bet på det sista för att få ett wordpress utan kommentarer (Hatar kommentarer!)



Det här varningen får jag:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function '_close_comments_for_old_posts' not found or invalid function name in - /wp-includes/class-wp-hook.php

HELA raden i wordpress ser ut så här:
// Avoid the array_slice if possible.
if ( $the_['accepted_args'] == 0 ) {
$value = call_user_func_array( $the_['function'], array() );
} elseif ( $the_['accepted_args'] >= $num_args ) {
$value = call_user_func_array( $the_['function'], $args );
} else {
$value = call_user_func_array( $the_['function'], array_slice( $args, 0, (int)$the_['accepted_args'] ) );
}
}

Kan nån hjälpa mig??

GRL 2017-03-21 19:11

https://sv.wordpress.org/plugins/disable-comments/

Funkar .. varför krångla till det .. =)


Alla tider är GMT +2. Klockan är nu 20:48.

Programvara från: vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Svensk översättning av: Anders Pettersson