LLMS_Admin_Table::clean_args( array $args = array() )
Ensure that a valid array of data is passed to a query Used by AJAX methods to clean unnecessary parameters before passing the request data to the get_results function
Description Description
Parameters Parameters
- $args
-
(Optional) array of arguments
Default value: array()
Return Return
(array)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |