wpseo_change_order_by

wpseo_change_order_by

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.6

apply_filters('wpseo_change_order_by') is found 1 times:

  • /admin/class-meta-columns.php line 471
    			 *
    			 * @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 );
    	}