Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The WHMCS params array and the product type (addon or product) is passed as an argument. Based on the content of these arguments, you can fetch values from the database, or build any template variable.

Example

Code Block
languagephp
return array ('additionalParam1' => 'value123', 'nameAsYouWant' => '123value');

...