Ejemplo n.º 1
0
 public static function build_sql_orderby($args, $accepted_fields, $default_order = 'ASC')
 {
     self::$context = EM_POST_TYPE_EVENT;
     return apply_filters('em_events_build_sql_orderby', parent::build_sql_orderby($args, $accepted_fields, get_option('dbem_events_default_order')), $args, $accepted_fields, $default_order);
 }
Ejemplo n.º 2
0
 function build_sql_orderby($args, $accepted_fields, $default_order = 'ASC')
 {
     return apply_filters('em_bookings_build_sql_orderby', parent::build_sql_orderby($args, $accepted_fields, get_option('dbem_events_default_order')), $args, $accepted_fields, $default_order);
 }