ActionScheduler_AdminView_Deprecated::custom_orderby()publicWC 1.0

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 orderby string.

Usage

$ActionScheduler_AdminView_Deprecated = new ActionScheduler_AdminView_Deprecated();
$ActionScheduler_AdminView_Deprecated->custom_orderby( $orderby, $query );
$orderby(string) (required)
MySQL orderby string.
$query(WP_Query) (required)
Instance of a WP_Query object

ActionScheduler_AdminView_Deprecated::custom_orderby() code WC 8.7.0

public function custom_orderby( $orderby, $query ){
	_deprecated_function( __METHOD__, '2.0.0' );
}