bp_profile_message_ux_init
The BP Profile Message UX Free bp profile message ux init function.
Description
bp_profile_message_ux_init();
Usage
if ( !function_exists( 'bp_profile_message_ux_init' ) ) { require_once ABSPATH . PLUGINDIR . 'bp-profile-message-ux-free/loader.php'; } // NOTICE! Understand what this does before running. $result = bp_profile_message_ux_init();
Defined (1)
The function is defined in the following location(s).
- /loader.php
- function bp_profile_message_ux_init() {
- if ( bp_is_user() ) {
- require( dirname( __FILE__ ) . '/bp-profile-message-ux.php' );
- load_plugin_textdomain( 'bp-profile-message-ux', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
- }
- }