Difference between revisions of "Documentation Home"

From WHMCS Documentation

Line 70: Line 70:
  
 
</div>
 
</div>
 +
 +
<script>
 +
jQuery(".home-button").click(function() {
 +
    jQuery(this).find('a').click();
 +
});
 +
</script>
  
 
<div class="docs-alert-warning">'''Looking for information on Version 6.0?''' [[Version 6.0|Click here to visit the dedicated Version 6.0 documentation portal]]</div>
 
<div class="docs-alert-warning">'''Looking for information on Version 6.0?''' [[Version 6.0|Click here to visit the dedicated Version 6.0 documentation portal]]</div>

Revision as of 14:26, 12 November 2015

Welcome to the WHMCS Documentation. This is your one stop resource for everything WHMCS - covering everything from initial setup, to advanced customisation and API integration.

To begin your search, what topic can we help you with today?

<script> jQuery(".home-button").click(function() {

   jQuery(this).find('a').click();

}); </script>