bp_incompatible_plugins_deactivate_notice()
Admin Notice for having one or more incompatible plugins activated.
Description
Source
File: bp-loader.php
114 115 116 117 118 119 120 121 122 123 124 | } if ( version_compare( phpversion(), BP_REQUIRED_PHP_VERSION, '<' ) ) { add_action( 'admin_notices' , 'bp_php_requirements_notice' ); add_action( 'network_admin_notices' , 'bp_php_requirements_notice' ); return ; } else { require dirname( __FILE__ ) . '/class-buddypress.php' ; // load the member switch class so all the hook prior to bp_init can be hook in |
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.