File: bp-forums/admin/converter.php |
Description |
---|---|
BBP_Converter_Base::convert_topic_stickies() |
This method converts old topic stickies to new Forums stickies. |
BBP_Converter_Base::convert_topic_super_stickies() |
This method converts old topic super stickies to new Forums super stickies. |
BBP_Converter_Base::convert_reply_to_parents() |
This method converts old reply_to post id to new Forums reply_to post id. |
BBP_Converter_Base::clean() |
This method deletes data from the wp database. |
BBP_Converter_Base::clean_passwords() |
This method deletes passwords from the wp database. |
BBP_Converter_Base::authenticate_pass() |
This method implements the authentication for the different forums. |
BBP_Converter_Base::info() |
Info |
BBP_Converter_Base::get_fields() |
This method grabs appropriate fields from the table specified |
BBP_Converter_Base::callback_pass() |
Run password through wp_hash_password() |
BBP_Converter_Base::callback_forumid() |
A mini cache system to reduce database calls to forum ID’s |