REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.04 KB
Close
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/lib/Newsletter/Renderer/PostProcess/OpenTracking.php
Text
Base64
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\Newsletter\Renderer\PostProcess; if (!defined('ABSPATH')) exit; use MailPoet\Newsletter\Links\Links; use MailPoet\Newsletter\Renderer\Renderer; use MailPoet\Util\pQuery\pQuery; use MailPoet\WP\Functions as WPFunctions; class OpenTracking { public static function process($template) { $DOM = new pQuery(); $DOM = $DOM->parseStr($template); $template = $DOM->query('body'); // url is a temporary data tag that will be further replaced with // the proper track API URL during sending $url = Links::DATA_TAG_OPEN; $openTrackingImage = sprintf( '<img alt="" class="" src="%s"/>', $url ); $template->html($template->html() . $openTrackingImage); return $DOM->__toString(); } public static function addTrackingImage() { WPFunctions::get()->addFilter(Renderer::FILTER_POST_PROCESS, function ($template) { return OpenTracking::process($template); }); return true; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.php
0 B
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
OpenTracking.php
1.04 KB
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).