vBulletin3::callback_topic_status()
Method: Translate the post status from vBulletin v3.x numerics to WordPress’s strings.
Source: includes/admin/converters/vBulletin3.php:713
Method: Translate the post status from vBulletin v3.x numerics to WordPress’s strings.
Source: includes/admin/converters/vBulletin3.php:713
Method: This callback processes any custom parser.php attributes and custom code with preg_replace
Source: includes/admin/converters/vBulletin3.php:730
Method: Translate the forum type from vBulletin v3.x numerics to WordPress’s strings.
Source: includes/admin/converters/vBulletin3.php:667
Method: Translate the topic sticky status type from vBulletin v3.x numerics to WordPress’s strings.
Source: includes/admin/converters/vBulletin3.php:682
Method: Verify the topic reply count.
Source: includes/admin/converters/vBulletin3.php:702
Method: This method allows us to indicates what is or is not converted for each converter.
Source: includes/admin/converters/vBulletin3.php:632
Method: 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.
Source: includes/admin/converters/vBulletin3.php:642
Method: This method is to take the pass out of the database and compare to a pass the user has typed in.
Source: includes/admin/converters/vBulletin3.php:656
Class: Implementation of vBulletin v3.x Converter.
Source: includes/admin/converters/vBulletin3.php:17
Method: Main constructor
Source: includes/admin/converters/vBulletin3.php:23