kre8tiv / Joseph-knows-best

Komplexes Wordpress-Theme für GRÜNE Landesverbände.
https://gruene-nrw.de
GNU General Public License v3.0
10 stars 15 forks source link

Constructor Method For WP_Widget Is Deprecated Since Version 4.3.0 #6

Open Bastelbursche opened 4 years ago

Bastelbursche commented 4 years ago

Info: https://mainwp.com/notice-the-called-constructor-method-for-wp_widget-is-deprecated-since-version-4-3-0-use-__construct/

Affected (social media widget): https://github.com/kre8tiv/Joseph-knows-best/blob/master/functions/theme-sidebars.php#L130

function kr8_socialmedia() {
        $widget_ops = array('description' => 'Links zu deinen Profilen in den Sozialen Netzwerken.');

        parent::WP_Widget(false, __('Social Media Links'),$widget_ops);
    }
k3x commented 1 year ago

Push