$message = \dvzCodeTags\Formatting\getMessageWithPlaceholders($message, $matches, $_blackhole); } if (\dvzCodeTags\getSettingValue('parse_block_mycode_code')) { $matches = \dvzCodeTags\Parsing\getMycodeCodeMatches($message); $message = \dvzCodeTags\Formatting\getMessageWithPlaceholders($message, $matches, $_blackhole); } if (\dvzCodeTags\getSettingValue('parse_inline_backticks_code')) { $matches = \dvzCodeTags\Parsing\getInlineCodeMatches($message); $message = \dvzCodeTags\Formatting\getMessageWithPlaceholders($message, $matches, $_blackhole); } } return $message; }