Redirect_404_Vehicles::hooks()
hooks
Contents
Description Description
Adds hooks
Return Return
(void)
Source Source
File: includes/class-redirect-404-vehicles.php
function hooks() { add_action( 'wp', array( $this, 'maybe_redirect' ) ); }
Expand full source code Collapse full source code View on Github