get_linked_data(); ?> >
render_history_actions(); ?>
heading_divider ) { ?>
render_heading_divider( $this->heading_divider ); ?>
label ) { ?>
label; ?>
description ) : ?>
description; ?>
subtitle ) : ?>
colspan}" ) : '' ?>">
input(
array(
'type' => 'trbl-fields',
'name' => '',
'id' => $this->id,
'value' => array(
'top' => get_option( "{$this->id}-top" ),
'right' => get_option( "{$this->id}-right" ),
'bottom' => get_option( "{$this->id}-bottom" ),
'left' => get_option( "{$this->id}-left" ),
),
'fields' => $this->fields,
)
); ?>