HEX
Server: LiteSpeed
System: Linux node612.namehero.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: dfwparty (1186)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //home/dfwparty/dfwchat.net/wp-content/plugins/buddyboss-tools/sample-data/data/groups.php
<?php
/**
 * Sample Data — groups fixture data.
 *
 * @package BuddyBoss\Tools
 * @since 1.0.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$groups = array(
	array(
		'name'        => 'Foodie\'s Group',
		'description' => 'Foodie is a person who has an ardent or refined interest in food and who eats food not out of hunger but due to their interest or hobby. The terms "gastronome" and "gourmet" define the same thing, i.e. a person who enjoys food for pleasure.',
		'status'      => 'public',
		'forums'      => 1,
	),
	array(
		'name'        => 'Nature Lovers',
		'description' => 'In nature, nothing is perfect and everything is perfect. Trees can be contorted, bent in weird ways, and they\'re still beautiful.',
		'status'      => 'public',
		'forums'      => 1,
	),
	array(
		'name'        => 'Coffee Addicts',
		'description' => 'I really love to ride my motorcycle. When I want to just get away and be by myself and clear my head, that\'s what I do.',
		'status'      => 'private',
		'forums'      => 1,
	),
	array(
		'name'        => 'Graphic Design',
		'description' => 'Graphic design is the paradise of individuality, eccentricity, creativity, abnormality, hobbies and humors.',
		'status'      => 'private',
		'forums'      => 1,
	),
	array(
		'name'        => 'Architecture',
		'description' => 'Every man\'s work, whether it be literature, or music or pictures or architecture or anything else, is always a portrait of himself.',
		'status'      => 'public',
		'forums'      => 1,
	),
	array(
		'name'        => 'Teaching Ideas',
		'description' => 'A teacher is a person who helps others to acquire knowledge, competence or virtue. Informally the role of a teacher may be taken on by anyone.',
		'status'      => 'public',
		'forums'      => 1,
	),
	array(
		'name'        => 'Innovation Club',
		'description' => 'Innovation is truly a confusing buzzword which many people love to hate. Every business leader agrees that it is important. But nobody can quite seem to agree on what it actually is or what it means.',
		'status'      => 'private',
		'forums'      => 1,
	),
	array(
		'name'        => 'Sports Players',
		'description' => 'A sport is commonly defined as an athletic activity that involves a degree of competition, such as tennis or basketball. Many people play sports with their friends. Sports can be played indoors or outdoors and by individuals or teams.',
		'status'      => 'private',
		'forums'      => 1,
	),
);