WP_Widget Deprecated
Replace your code with this. This warning is because PHP4 style constructors are depreciated since WordPress 4.3 /** * @Agents(s) list widget Class */ if ( ! class_exists( ‘cs_agentlist’ ) ) { class cs_agentlist extends WP_Widget { /** * Outputs the content of the widget * @param array $args * @param array $instance */ /** … Read more