Add_H5P_Integration::add_integration_func()
Register the integration by pushing it into the global automator object
Source
File: src/integrations/h5p/add-h5p-integration.php
public function add_integration_func() { Automator()->register->integration( self::$integration, array( 'name' => 'H5P', 'icon_svg' => Utilities::automator_get_integration_icon( __DIR__ . '/img/h5p-icon.svg' ), ) ); }
Expand full source code Collapse full source code View on Github