Skip to content

Instantly share code, notes, and snippets.

@jonpontet
Created December 16, 2021 11:41
Show Gist options
  • Save jonpontet/adbd2bba649d75a30c6b841e2f622fa2 to your computer and use it in GitHub Desktop.
Save jonpontet/adbd2bba649d75a30c6b841e2f622fa2 to your computer and use it in GitHub Desktop.
How to get a module instance in PrestaShop
<?php
$module = Module::getInstanceByName('module_name');
$module->functionName();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment