array( $this, 'callback' ), 'args' => '', ); return $callbacks; } public function callback( $value, $arg = 0 ) { $value = floatval( $value ); $arg = intval( $arg ); return number_format( $value, $arg ); } } new JEC_Repeater_Format_Number();