pp_local_avatars_install_buddypress_notice
The BP Local Avatars pp local avatars install buddypress notice function.
Description
pp_local_avatars_install_buddypress_notice();
Usage
if ( !function_exists( 'pp_local_avatars_install_buddypress_notice' ) ) { require_once ABSPATH . PLUGINDIR . 'bp-local-avatars/loader.php'; } // NOTICE! Understand what this does before running. $result = pp_local_avatars_install_buddypress_notice();
Defined (1)
The function is defined in the following location(s).
- /loader.php
- function pp_local_avatars_install_buddypress_notice() {
- echo '<div id="message" class="error fade"><p style="line-height: 150%">';
- _e('BP Local Avatars requires the BuddyPress plugin. Please install BuddyPress or deactivate BP Local Avatars.');
- echo '</p></div>';
- }