You appear to be a bot. Output may be restricted
Description
Usage
MockAction::current_filter();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/utils.php
Lines:
1 to 8 of 8
public function current_filter() { if ( is_callable( 'current_filter' ) ) { return current_filter(); } global $wp_actions; return end( $wp_actions ); }