Plugin Directory

Changeset 3083191


Ignore:
Timestamp:
05/08/2024 12:07:56 PM (23 months ago)
Author:
ShortPixel
Message:

Fix typo

Location:
fastpixel-website-accelerator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fastpixel-website-accelerator/tags/1.0.21/readme.txt

    r3083183 r3083191  
    7575Our plugin integrates with an external service via dedicated API endpoints. This process involves sending a request with specific data to the server API endpoint, which then queues and processes the request to generate HTML content. Once your request reaches the front of the queue, the service processes the data, generates the HTML content based on the specified URL, and then sends the HTML back to the plugin using the provided postback URL. The plugin automatically receives the generated HTML content and saves it to the disk on your WordPress installation. This process is designed to be seamless and requires no manual intervention.
    7676
    77 Example data sent to server API endpoint 'htts://api.fastpixel.io/api/v1/enqueue' to request HTML page generation:
     77Example data sent to server API endpoint 'https://api.fastpixel.io/api/v1/enqueue' to request HTML page generation:
    7878{
    7979    "url":"https://example.com/",
  • fastpixel-website-accelerator/trunk/readme.txt

    r3083183 r3083191  
    7575Our plugin integrates with an external service via dedicated API endpoints. This process involves sending a request with specific data to the server API endpoint, which then queues and processes the request to generate HTML content. Once your request reaches the front of the queue, the service processes the data, generates the HTML content based on the specified URL, and then sends the HTML back to the plugin using the provided postback URL. The plugin automatically receives the generated HTML content and saves it to the disk on your WordPress installation. This process is designed to be seamless and requires no manual intervention.
    7676
    77 Example data sent to server API endpoint 'htts://api.fastpixel.io/api/v1/enqueue' to request HTML page generation:
     77Example data sent to server API endpoint 'https://api.fastpixel.io/api/v1/enqueue' to request HTML page generation:
    7878{
    7979    "url":"https://example.com/",
Note: See TracChangeset for help on using the changeset viewer.