WP_Widget constructor
-
Please please make the simple fix in the Widget_CF7 to use the correct PHP constructor. It has been depreciated since WordPress 4.3.0
function __construct() { $widget_ops = array( 'description' => __( "Widget for Contact Form 7") ); parent::__construct('custom_cf7', __('Contact Form 7'), $widget_ops); }
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP_Widget constructor’ is closed to new replies.