bp_print_legacy_theme_deprecated_notice()
Print the notice warnning in admin pages
Description
Source
File: bp-core/admin/bp-core-admin-functions.php
function bp_print_legacy_theme_deprecated_notice() {
$message = sprintf(
__('You are using a theme that relies on the older %s templates, and some things may not work properly. Consider switching to our <em>new</em> BuddyBoss Theme, a generic WordPress theme, or any newer theme that is compatible with the %s template pack.', 'buddyboss'),
'<a href="https://www.buddyboss.com/resources/docs/development/theme-development/theme-compatibility/" target="_blank" rel="noopener">BuddyPress Legacy</a>',
'<a href="https://www.buddyboss.com/resources/docs/development/theme-development/theme-compatibility/" target="_blank" rel="noopener">BuddyBoss Nouveau</a>'
);
printf(
'<div class="notice notice-error">
<p>%s</p>
</div>',
$message
);
}
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.