Browse: Home / Classes / LDLMS_DB /

LDLMS_DB::escape_IN_clause_placeholders

LDLMS_DB::escape_IN_clause_placeholders( array $items = array(),  string $force_type = '' )

Utility function to return the ‘placeholders’ IN clause items.


Description #


Parameters #

$items

(array) (Optional) Array of items to process.

Default value: array()

$force_type

(string) (Optional) type to enforce for all items.

Default value: ''


Return #

(string) Returns string of placeholder markers.


Source #

File: includes/class-ldlms-db.php


Changelog #

Changelog
Version Description
3.4.0 Introduced.