LLMS_Abstract_Query::get_arguments_original()

Get the original, uncleaned, arguments submitted to the query.


Description Description

Retrieves the value of the protected $arguments_original variable.


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/abstracts/llms-abstract-query.php

	public function get_arguments_original() {
		return $this->arguments_original;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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