Plugin: Formidable Lite
Filter Name: frm_prepend_and_or_where
KB Link:
Declaration:
apply_filters( 'frm_prepend_and_or_where', $where, $starts_with );
Filter Type:
Static
In class:
FrmDb
Source:
formidable/classes/models/FrmDb.php
Notes:
This filter allows changing the whole or a part of the where clause in the database query.
This filter is used in many database queries. Do as many checks as possible before changing the where clause to prevent unexpected issues.
Contribute Comments or Examples
No Entries Found