Methods |
Description |
---|---|
bbPress::setup_current_user() |
Setup the currently logged-in user |
bbPress::setup_globals() |
Set some smart defaults to class variables. Allow some of them to be filtered to allow for early overriding. |
bbPress::setup_theme() |
Setup the default Forums theme compatibility location. |
bbPress1::__construct() |
Main constructor |
bbPress1::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
bbPress1::callback_forum_type() |
Translate the forum type from Forums 1.x numeric’s to WordPress’s strings. |
bbPress1::callback_html() |
This callback: |
bbPress1::callback_reply_title() |
Set the reply title |
bbPress1::callback_savepass() |
This method is to save the salt and password together. That way when we authenticate it we can get it out of the database as one value. Array values are auto sanitized by WordPress. |
bbPress1::callback_status() |
Translate the post status from Forums 1’s numeric’s to WordPress’s strings. |
bbPress1::callback_sticky_status() |
Translate the topic sticky status type from Forums 1.x numeric’s to WordPress’s strings. |
bbPress1::callback_topic_reply_count() |
Verify the topic reply count. |
bbPress1::info() |
This method allows us to indicates what is or is not converted for each converter. |
bbPress1::setup_globals() |
Sets up the field mappings |
BP_Activity_Activity::__construct() |
Constructor method. |
BP_Activity_Activity::append_comments() |
Append activity comments to their associated activity items. |
BP_Activity_Activity::append_user_fullnames() |
Append xProfile fullnames to an activity array. |
BP_Activity_Activity::check_exists_by_content() |
Check whether an activity item exists with a given string content. |
BP_Activity_Activity::delete() |
Delete activity items from the database. |
BP_Activity_Activity::delete_activity_item_comments() |
Delete the comments associated with a set of activity items. |
BP_Activity_Activity::delete_activity_meta_entries() |
Delete the meta entries associated with a set of activity items. |
BP_Activity_Activity::generate_action_strings() |
Generate action strings for the activities located in BP_Activity_Activity::get(). |
BP_Activity_Activity::get() |
Get activity items, as specified by parameters. |
BP_Activity_Activity::get_activity_comments() |
Get activity comments that are associated with a specific activity ID. |
BP_Activity_Activity::get_activity_data() |
Convert activity IDs to activity objects, as expected in template loop. |
BP_Activity_Activity::get_child_comments() |
Get child comments of an activity or activity comment. |
BP_Activity_Activity::get_date_query_sql() |
Get the SQL for the ‘date_query’ param in BP_Activity_Activity::get(). |
BP_Activity_Activity::get_filter_sql() |
Create filter SQL clauses. |
BP_Activity_Activity::get_id() |
Get the first activity ID that matches a set of criteria. |
BP_Activity_Activity::get_in_operator_sql() |
Create SQL IN clause for filter queries. |
BP_Activity_Activity::get_last_updated() |
Get the date/time of last recorded activity. |
BP_Activity_Activity::get_meta_query_sql() |
Get the SQL for the ‘meta_query’ param in BP_Activity_Activity::get(). |
BP_Activity_Activity::get_recorded_components() |
Get a list of components that have recorded activity associated with them. |
BP_Activity_Activity::get_scope_query_sql() |
Get the SQL for the ‘scope’ param in BP_Activity_Activity::get(). |
BP_Activity_Activity::get_sitewide_items_for_feed() |
Get sitewide activity items for use in an RSS feed. |
BP_Activity_Activity::get_specific() |
In BuddyPress 1.2.x, this was used to retrieve specific activity feed items (for example, on an activity’s permalink page). |
BP_Activity_Activity::hide_all_for_user() |
Hide all activity for a given user. |
BP_Activity_Activity::populate() |
Populate the object with data about the specific activity item. |
BP_Activity_Activity::prefetch_object_data() |
Pre-fetch data for objects associated with activity items. |
BP_Activity_Activity::rebuild_activity_comment_tree() |
Rebuild nested comment tree under an activity or activity comment. |
BP_Activity_Activity::save() |
Save the activity item to the database. |
BP_Activity_Activity::total_favorite_count() |
Get favorite count for a given user. |
BP_Activity_Component::__construct() |
Start the activity component setup process. |
BP_Activity_Component::includes() |
Include component files. |
BP_Activity_Component::late_includes() |
Late includes method. |
BP_Activity_Component::rest_api_init() |
Init the BuddyBoss REST API. |
BP_Activity_Component::setup_admin_bar() |
Set up the component entries in the WordPress Admin Bar. |
BP_Activity_Component::setup_cache_groups() |
Setup cache groups. |
BP_Activity_Component::setup_globals() |
Set up component global variables. |
BP_Activity_Component::setup_nav() |
Set up component navigation. |