render().
*
* @access protected
*/
protected function render_content() {
$this_val = $this->value(); ?>
choices ) ){
return;
}
?>
label ); ?>
description ); ?>
choices as $value => $label )
{
$default_short_array[$value] = $label;
}
$order_save_value = get_theme_mod( $this->id );
if( !empty( $order_save_value ) ) {
$order_save_array = explode( ',' , $order_save_value);
$order_save_array_pop = array_pop( $order_save_array );
foreach ($order_save_array as $key => $value) {
?>
choices as $value => $label ) {
$order_array[] = $value;
?>
link(); ?> value="" />