You appear to be a bot. Output may be restricted
Description
Helper to keep it DRY
Usage
Tests_Ajax_CustomizeMenus::make_ajax_call( $action );
Parameters
- $action
- ( string ) required – Action.
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/ajax/CustomizeMenus.php
Lines:
1 to 8 of 8
protected function make_ajax_call( $action ) { // Make the request. try { $this->_handleAjax( $action ); } catch ( WPAjaxDieContinueException $e ) { unset( $e ); } }