require_once not working in plugin wordpress

The issue was resolved. I had to hook the custom classes to the customize_register action hook. Something like this – function itlst_extend_customize_control() { if ( class_exists(‘WP_Customize_Control’) ) { class itlst_WP_Customize_Property_Control extends WP_Customize_Control { /** * Render the control’s content. */ public function render_content() { $dropdown = wp_dropdown_categories( array( ‘name’ => ‘_customize-dropdown-categories-‘ . $this->id, ‘echo’ => … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)