redirect_relocate_target

redirect_relocate_target

Hook Type: filter

See hook in core

Displaying hooks found in version: redirection.5.4.2

apply_filters('redirect_relocate_target') is found 1 times:

  • /models/canonical.php line 189

    Warning: Undefined array key 194 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			return false;
    		} );
    
    		if ( $domain !== red_parse_domain_only( $relocate ) && count( $not_protected ) === 0 ) {
    			return apply_filters( 'redirect_relocate_target', $relocate . $request );
    		}
    
    		return false;
    	}
    }