self::FILTER_ALL, $caps

self::FILTER_ALL, $caps

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: redirection.5.9.0

apply_filters('self::FILTER_ALL, $caps') is found 1 times:

  • /redirection-capabilities.php line 148
     
    		/**
    		 * @var list<string> $filtered
    		 */
    		$filtered = apply_filters( self::FILTER_ALL, $caps );
    		// @phpstan-ignore arrayValues.list
    		return array_values( $filtered );
    	}
    
    	/**
    	 * Unfiltered list of all the supported capabilities, without influence from the current user