You appear to be a bot. Output may be restricted
Description
Usage
MockAction::filter2( $arg );
Parameters
- $arg
- ( mixed ) required –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/utils.php
Lines:
1 to 14 of 14
public function filter2( $arg ) { if ( $this->debug ) { dmp( __FUNCTION__, $this->current_filter() ); } $args = func_get_args(); $this->events[] = array( 'filter' => __FUNCTION__, 'tag' => $this->current_filter(), 'args' => $args, ); return $arg; }