Making WordPress.org


Ignore:
Timestamp:
06/01/2023 02:21:32 AM (3 years ago)
Author:
dd32
Message:

API: Helpscout: Cleanup the code and allow the functions to be used within a CLI script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/profile.php

    r12308 r12607  
    11<?php
     2namespace WordPressdotorg\API\HelpScout;
     3
    24// Simple profile lookup for HelpScout sidebar. Returns w.org links to HS for emails received.
    35
     6include __DIR__ . '/common.php';
     7
    48// $request is the validated HelpScout request.
    5 $request = include __DIR__ . '/common.php';
     9$request = get_request();
    610
    711// default empty output
Note: See TracChangeset for help on using the changeset viewer.