File: bp-forums/admin/converter.php
Description
BBP_Converter_Base::get_fields()

This method grabs appropriate fields from the table specified

Source: bp-forums/admin/converter.php:1315

BBP_Converter_Base::callback_pass()

Run password through wp_hash_password()

Source: bp-forums/admin/converter.php:1340

BBP_Converter_Base::callback_forumid()

A mini cache system to reduce database calls to forum ID’s

Source: bp-forums/admin/converter.php:1360

BBP_Converter_Base::callback_topicid()

A mini cache system to reduce database calls to topic ID’s

Source: bp-forums/admin/converter.php:1383

BBP_Converter_Base::convert_table()

Convert Table

Source: bp-forums/admin/converter.php:822

BBP_Converter_Base::convert_forum_parents()

This method converts old forum heirarchy to new Forums heirarchy.

Source: bp-forums/admin/converter.php:1104

BBP_Converter_Base::convert_topic_stickies()

This method converts old topic stickies to new Forums stickies.

Source: bp-forums/admin/converter.php:1135

BBP_Converter_Base::convert_topic_super_stickies()

This method converts old topic super stickies to new Forums super stickies.

Source: bp-forums/admin/converter.php:1165

BBP_Converter_Base::convert_reply_to_parents()

This method converts old reply_to post id to new Forums reply_to post id.

Source: bp-forums/admin/converter.php:1191

BBP_Converter_Base::clean()

This method deletes data from the wp database.

Source: bp-forums/admin/converter.php:1217