buddyclients-free.php
Plugin Name: BuddyClients Free Plugin URI: https://buddyclients.com Description: BuddyClients is a flexible and comprehensive platform for any service-based business. Compatible with BuddyPress and BuddyBoss.
Author: Victoria Griffin Author URI: https://victoriagriffin.com/ Version: 1.0.29 Text Domain: buddyclients-free Domain Path: /languages/ License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Table of Contents
Constants
- BUDDYC_PLUGIN_FILE = __FILE__
- BUDDYC_PLUGIN_VERSION = '1.0.29'
Functions
- buddyclients_free() : BuddyClients|null
- Returns the one true BuddyClients Instance.
- buddyc_installed_notice() : mixed
- Displays an admin notice if multiple versions of BuddyClients are installed.
- buddyc_missing_bp_notice_free() : mixed
- Displays an admin notice when BuddyPress is missing.
- buddyc_groups_disabled_notice_free() : mixed
- Displays an admin notice when groups are not enabled.
Constants
BUDDYC_PLUGIN_FILE
public
mixed
BUDDYC_PLUGIN_FILE
= __FILE__
BUDDYC_PLUGIN_VERSION
public
mixed
BUDDYC_PLUGIN_VERSION
= '1.0.29'
Functions
buddyclients_free()
Returns the one true BuddyClients Instance.
buddyclients_free() : BuddyClients|null
Tags
Return values
BuddyClients|null —The one true BuddyClients Instance.
buddyc_installed_notice()
Displays an admin notice if multiple versions of BuddyClients are installed.
buddyc_installed_notice() : mixed
Tags
buddyc_missing_bp_notice_free()
Displays an admin notice when BuddyPress is missing.
buddyc_missing_bp_notice_free() : mixed
Tags
buddyc_groups_disabled_notice_free()
Displays an admin notice when groups are not enabled.
buddyc_groups_disabled_notice_free() : mixed