wpseo_change_order_by, $order_by, $order_by_column
wpseo_change_order_by, $order_by, $order_by_column
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_change_order_by, $order_by, $order_by_column') is found 1 times:
- /admin/class-meta-columns.php line 488
* * @param array $order_by The current order by. * @param string $order_by_column The current order by column. */ $order_by = apply_filters( 'wpseo_change_order_by', $order_by, $order_by_column ); $vars = array_merge( $vars, $order_by ); } return $this->build_filter_query( $vars, $collected_filters ); }