wpseo_change_order_by

wpseo_change_order_by

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_change_order_by') is found 1 times:

  • /admin/class-meta-columns.php line 488
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
             *
             * @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 );
    }