File: bp-forums/admin/converter.php |
Description |
|---|---|
| BBP_Converter_Base::convert_forum_parents() |
This method converts old forum heirarchy to new Forums heirarchy. |
| 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() |