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