$this->filter, false, $url
$this->filter, false, $url
Appears in: redirection.5.9.0
Hook Type: filter
Displaying hooks found in version: redirection.5.9.0apply_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