BP_Optout::get_paged_sql( array $args = array() )
Assemble the LIMIT clause of a get() SQL statement.
Description Description
Used by BP_Optout::get() to create its LIMIT clause.
Parameters Parameters
- $args
-
(Optional) See BP_optout::get() for more details.
Default value: array()
Return Return
(string) LIMIT clause.
Source Source
File: bp-core/classes/class-bp-optout.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |