You appear to be a bot. Output may be restricted
Description
Usage
dmp_filter( $a );
Parameters
- $a
- ( mixed ) required –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/utils.php
Lines:
1 to 4 of 4
function dmp_filter( $a ) { dmp( $a ); return $a; }