$this->filter, false, $url

$this->filter, false, $url

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: redirection.5.9.0

apply_filters('$this->filter, false, $url') is found 1 times:

  • /matches/custom-filter.php line 83
    		if ( $this->filter === '' ) {
    			return false;
    		}
    
    		return apply_filters( $this->filter, false, $url );
    	}
    
    	/**
    	 * Get the match data for persistence.
    	 *
    	 * @return CustomFilterData