This method has been deprecated.
LearnDash_Dependency_Check_ProPanel::check_inactive_plugin_dependency( bool $set_admin_notice = true )
Function called during the plugins_loaded process to check if required plugins are present and active.
Description #
Handles regular and Multisite checks.
Parameters #
- $set_admin_notice
-
(bool) (Optional) Whether to set the Admin Notice or not. Defaults to true.
Default value: true
Return #
(array<string,) array{label: string, class?: string, min_version?: string, version_constant?: string}>
Source #
File: src/deprecated/LearnDash_Dependency_Check_ProPanel.php
Changelog #
Version | Description |
---|---|
4.17.0 | Introduced. This method has been deprecated. |