"bookit", 'name' => esc_html__( 'Bookit Calendar', 'bookit' ), 'icon' => BOOKIT_URL . '/assets/images/icon-100x100.png' , 'category' => esc_html__( 'Content', 'bookit' ), 'description' => esc_html__( 'Place Bookit Calendar', 'bookit' ), 'params' => array( array( 'type' => 'dropdown', 'heading' => esc_html__( 'Select Category', 'bookit' ), 'param_name' => 'category', 'value' => $categories_list, 'save_always' => true, 'description' => '', ), array( 'type' => 'dropdown', 'heading' => esc_html__( 'Select Service', 'bookit' ), 'param_name' => 'service', 'value' => $services_list, 'save_always' => true, 'description' => '', ), array( 'type' => 'dropdown', 'heading' => esc_html__( 'Select Staff', 'bookit' ), 'param_name' => 'staff', 'value' => $staff_list, 'save_always' => true, 'description' => '', ) ) ); } }