array( 'endpoints' => array( Save_Alerts_Settings_Endpoint::ACTION_NAME => array( 'action' => array( 'value' => Save_Alerts_Settings_Endpoint::ACTION_NAME, 'default' => 'mock_endpoint', ), 'nonce' => array( 'value' => wp_create_nonce( Save_Alerts_Settings_Endpoint::ACTION_NAME ), 'default' => 'nonce', ), ), Send_Test_Alert_Endpoint::ACTION_NAME => array( 'action' => array( 'value' => Send_Test_Alert_Endpoint::ACTION_NAME, 'default' => 'mock_endpoint', ), 'nonce' => array( 'value' => wp_create_nonce( Send_Test_Alert_Endpoint::ACTION_NAME ), 'default' => 'nonce', ), ), ), ), ); } }