XenForo::callback_html()
Method: This callback processes any custom parser.php attributes and custom code with preg_replace
Source: includes/admin/converters/XenForo.php:822
Method: This callback processes any custom parser.php attributes and custom code with preg_replace
Source: includes/admin/converters/XenForo.php:822
Method: Translate the forum status from XenForo numerics to WordPress’s strings.
Source: includes/admin/converters/XenForo.php:734
Method: Translate the post status from XenForo to WordPress’ strings.
Source: includes/admin/converters/XenForo.php:754
Method: Translate the topic status from XenForo numerics to WordPress’s strings.
Source: includes/admin/converters/XenForo.php:774
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/XenForo.php:689
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/XenForo.php:698
Method: Translate the forum type from XenForo Capitalised case to WordPress’s non-capatilise case strings.
Source: includes/admin/converters/XenForo.php:714
Method: Main constructor
Source: includes/admin/converters/XenForo.php:23
Method: Sets up the field mappings
Source: includes/admin/converters/XenForo.php:30
Method: This method allows us to indicates what is or is not converted for each converter.
Source: includes/admin/converters/XenForo.php:680