Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Add_H5P_Integration::plugin_active()
Return Return
(bool)
Source Source
File: src/integrations/h5p/add-h5p-integration.php
public function plugin_active( $status, $plugin ) { if ( self::$integration === $plugin ) { if ( class_exists( 'H5PCore' ) ) { $status = true; } else { $status = false; } } return $status; }
Expand full source code Collapse full source code View on Github