__( 'Upgrade to Premium', 'bizpoint' ), 'panel' => '', // Not typically needed. 'priority' => 1, 'capability' => 'edit_theme_options', 'theme_supports' => '', // Rarely needed. ) ); // Premium banner Bizpoint_Kirki::add_field( 'bizpoint_theme', array( 'type' => 'custom', 'settings' => 'upgrader_custom_field', 'section' => 'upgrade_section', 'default' => '

'. __( 'Upgrade to Premium', 'bizpoint') .'

' . __( 'Let\'s make your website even better with a premium version!', 'bizpoint' ) . '

' . __( 'Learn More', 'bizpoint' ) . '
', ) );