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 ); }
Expand full source code Collapse full source code View on Trac