我发现如果我使用
class widget_name extends WP_Widget {
function __construct() { ... }
}
而不是
class widget_name extends WP_Widget {
function widget_name() { ... }
}
我得到一个错误
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 523800 bytes) in /var/www/vhosts/klifmedia.net/httpdocs/jm/km/wp-content/themes/km/functions.php on line 77