You appear to be a bot. Output may be restricted
Description
Usage
Tests_Actions::action_self_removal();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/actions.php
Lines:
1 to 4 of 4
public function action_self_removal() { remove_action( 'test_action_self_removal', array( $this, 'action_self_removal' ) ); }