Skip to:
Content

  • Home
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / Add_H5P_Integration / Add_H5P_Integration::add_integration_func()

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


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service