1. Home
  2. Docs
  3. WHMPress
  4. Shortcode List
  5. Description

Description

This will display the description of WHMCS service (Hosting Plan) with different styles. Service id is the only required parameters, will return “Invalid id”  if service id does not exist.

[whmpress_description id=""]

Parameters:

  • id: Id of the service (Hosting Plan), You can find the IDs of all your services in WHMpress > Services/Products section.
  • show_as:
    • ul = show the service description as an unordered list.
    • ol = show the service description as an ordered list.
    • s  = show the service description in a single line.
  • html_id: add a custom id to the table element for further CSS customization.
  • html_class: Add a custom class to the wrapping HTML element.
Was this article helpful to you? Yes No 1