You appear to be a bot. Output may be restricted
Description
Return caps array containing 'do_not_allow'.
Usage
$array = Tests_Ajax_CustomizeManager::return_do_not_allow();
Parameters
Returns
array Caps.
Source
File name: wordpress-develop-tests/phpunit/tests/ajax/CustomizeManager.php
Lines:
1 to 3 of 3
public function return_do_not_allow() { return array( 'do_not_allow' ); }