ActionScheduler_AdminView_Deprecated::custom_orderby
Filter search queries to allow searching by Claim ID (i.e. post_password).
Метод класса: ActionScheduler_AdminView_Deprecated{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ActionScheduler_AdminView_Deprecated = new ActionScheduler_AdminView_Deprecated(); $ActionScheduler_AdminView_Deprecated->custom_orderby( $orderby, $query );
- $orderby(строка) (обязательный)
- MySQL orderby string.
- $query(WP_Query) (обязательный)
- Instance of a WP_Query object.
Код ActionScheduler_AdminView_Deprecated::custom_orderby() ActionScheduler AdminView Deprecated::custom orderby WC 9.9.5
public function custom_orderby( $orderby, $query ) { _deprecated_function( __METHOD__, '2.0.0' ); }