get_template_part(); } /** * Type-specific sanitization for the range field. * * @since 2.2.5 * * @param mixed $value The raw submitted value. * * @return mixed The sanitized value. */ protected function sanitize_value( $value ) { return floatval( $value ); } }