choices ) )
return; ?>
label ) ) : ?>
label ); ?>
description ) ) : ?>
description ); ?>
value() ) ? explode( ',', $this->value() ) : $this->value(); ?>
link(); ?> value="" />
switch_label = $args['switch_label'];
parent::__construct( $manager, $id, $args );
}
public function render_content(){
?>
description){ ?>
description ); ?>
description) { ?>
description); ?>
choices;
if ($choices) {
echo '';
foreach ($choices as $choice) {
echo '- ' . esc_html($choice) . '
';
}
echo '
';
}
}
}
}
}