'', 'reverse_order' => '', ]; } /** * Get order control value. * * Retrieve the value of the order control from a specific Controls_Stack. * * @since 2.0.0 * @access public * * @param array $control Control * @param array $settings Controls_Stack settings * * @return mixed Control values. */ public function get_value( $control, $settings ) { _deprecated_file( __CLASS__, '2.0.0' ); return parent::get_value( $control, $settings ); } /** * Render order control output in the editor. * * Used to generate the control HTML in the editor using Underscore JS * template. The variables for the class are available using `data` JS * object. * * @since 1.0.0 * @access public */ public function content_template() { $control_uid = $this->get_control_uid(); $reverse_order_control_uid = $this->get_control_uid( 'reverse_order' ); ?>
<# if ( data.description ) { #>
{{{ data.description }}}
<# } #>