Functions |
Description |
|---|---|
| bp_db_version() |
Output the BuddyPress database version. |
| bp_db_version_raw() |
Output the BuddyPress database version. |
| bp_dd_check_avatar_folder_dir() |
Create dummy path for Group and User |
| bp_dd_clear_db() |
Delete all imported information. |
| bp_dd_create_forums() |
Create forums |
| bp_dd_create_forums_topics() |
Function to create topic inside forums |
| bp_dd_create_forums_topics_replies() |
Return Reply ID |
| bp_dd_delete_avatar() |
Delete avatar of group and user |
| bp_dd_delete_dummy_forum() |
Delete all the forum dummy forum |
| bp_dd_delete_dummy_groups() |
Delete all the forum dummy groups |
| bp_dd_delete_dummy_members() |
Delete all the dummy members |
| bp_dd_delete_dummy_members_related_data() |
Delete all the members related data |
| bp_dd_delete_dummy_reply() |
Delete all the forum dummy reply |
| bp_dd_delete_dummy_topic() |
Delete all the forum dummy topic |
| bp_dd_delete_dummy_xprofile() |
Delete all the BB dummy xprofile fields |
| bp_dd_delete_group_cover_images_url() |
Delete the group cover photo attachment |
| bp_dd_delete_import_records() |
Remove all imported ids and the indication, that importing was done. |
| bp_dd_delete_xprofile_cover_images_url() |
Delete the user cover photo attachment |
| bp_dd_fetch_dummy_avatar_url() |
Get dummy URL from DB for Group and User |
| bp_dd_friends_add_friend_date_fix() |
Fix the date issue, when all member connections are done at the same time. |
| bp_dd_get_forums_enable_groups_ids() |
Get the array (or a string) of forums group IDs. |
| bp_dd_get_random_date() |
Get a random date between some days in history. |
| bp_dd_get_random_forums_ids() |
Get the array (or a string) of forum IDs. |
| bp_dd_get_random_groups_ids() |
Get the array (or a string) of group IDs. |
| bp_dd_get_random_topics_ids() |
Get the array (or a string) of topics IDs. |
| bp_dd_get_random_users_ids() |
Get the array (or a string) of user IDs. |
| bp_dd_get_root_admin_page() |
Get plugin admin area root page: settings.php for WPMS and tool.php for WP. |
| bp_dd_get_time() |
Get the current timestamp, using current blog time settings. |
| bp_dd_groups_join_group_date_fix() |
Fix the date issue, when all joined_group events took place at the same time. |
| bp_dd_import_forums() |
Importer engine – FORMS |
| bp_dd_import_forums_in_groups() |
Import Forums in Groups |
| bp_dd_import_forums_topics() |
Import topics in to forums. |
| bp_dd_import_forums_topics_replies() |
Import replies in to forums. |
| bp_dd_import_groups() |
Importer engine – GROUPS |
| bp_dd_import_groups_activity() |
Import groups activity – aka “status updates”. |
| bp_dd_import_groups_members() |
Import groups members. |
| bp_dd_import_users() |
Importer engine – USERS |
| bp_dd_import_users_activity() |
Import Activity – aka “status updates”. |
| bp_dd_import_users_friends() |
Get random users from the DB and generate member connections. |
| bp_dd_import_users_messages() |
Import private messages between users. |
| bp_dd_import_users_profile() |
Import extended profile fields. |
| bp_dd_imported_disabled() |
Display a disabled attribute for inputs of the particular value was already imported. |
| bp_dd_is_imported() |
Check whether something was imported or not. |
| bp_dd_update_group_cover_images_url() |
Filter to update group cover images |
| bp_dd_update_import() |
Save when the importing was done. |
| bp_deactivation() |
Fire deactivation hooks and events. |
| bp_delete_member_type() |
Remove profile type from users, when the profile type is deleted. |
| bp_delete_option() |
Delete an option. |
| bp_delete_options() |
Delete default options. |
| bp_delete_user_meta() |
Delete a piece of usermeta. |