PUM_Fields::rangeslider_templ_callback( $args )


Description Description


Source Source

File: includes/class-pum-fields.php

	public function rangeslider_templ_callback( $args ) {
		$value = '{{data.' . $args['templ_name'] . '}}';
		$this->rangeslider_callback( $args, $value );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.