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.