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