ActionScheduler_AdminView_Deprecated::search_post_password()
Filter search queries to allow searching by Claim ID (i.e. post_password).
Method of the class: ActionScheduler_AdminView_Deprecated{}
No Hooks.
Return
String
. MySQL search string.
Usage
$ActionScheduler_AdminView_Deprecated = new ActionScheduler_AdminView_Deprecated(); $ActionScheduler_AdminView_Deprecated->search_post_password( $search, $query );
- $search(string) (required)
- MySQL search string.
- $query(WP_Query) (required)
- Instance of a WP_Query object
ActionScheduler_AdminView_Deprecated::search_post_password() ActionScheduler AdminView Deprecated::search post password code WC 9.3.3
public function search_post_password( $search, $query ) { _deprecated_function( __METHOD__, '2.0.0' ); }