You appear to be a bot. Output may be restricted
Description
Usage
MockAction::filterall( $tag, $args );
Parameters
- $tag
- ( mixed ) required –
- $args
- ( mixed ) optional –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/utils.php
Lines:
1 to 13 of 13
public function filterall( $tag, ...$args ) { // This one doesn't return the result, so it's safe to use with the new 'all' filter. if ( $this->debug ) { dmp( __FUNCTION__, $this->current_filter() ); } $this->events[] = array( 'filter' => __FUNCTION__, 'tag' => $tag, 'args' => $args, ); }