MyBB::callback_topic_status()
Method: Translate the post status from MyBB v1.6.10 numerics to WordPress’s strings.
Source: includes/admin/converters/MyBB.php:546
Method: Translate the post status from MyBB v1.6.10 numerics to WordPress’s strings.
Source: includes/admin/converters/MyBB.php:546
Method: Translate the topic sticky status type from MyBB v1.6.10 numerics to WordPress’s strings.
Source: includes/admin/converters/MyBB.php:566
Method: Verify the topic/reply count.
Source: includes/admin/converters/MyBB.php:586
Method: This method allows us to indicates what is or is not converted for each converter.
Source: includes/admin/converters/MyBB.php:517
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/MyBB.php:526
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/MyBB.php:535
Class: Implementation of MyBB Forum converter.
Source: includes/admin/converters/MyBB.php:17
Method: Main Constructor
Source: includes/admin/converters/MyBB.php:23
Method: Sets up the field mappings
Source: includes/admin/converters/MyBB.php:30
Method: Translate the topic sticky status type from PunBB v1.4.2 numerics to WordPress’s strings.
Source: includes/admin/converters/PunBB.php:713