• Hello,
    So I m supporting a site that someone else create and google mailed me for many URLS add to the site. So i checked it out and i found that in “../wp-includes/theme.php” at the bottom there is a script that adding link in the main menu. The code is below
    add_action(‘wp_footer’, ‘make_footer’);
    function make_footer(){…..}

    if anyone want to check it all :
    https://www.dropbox.com/s/n8xv3oz0uy8jbsi/make_footer_hack.txt?dl=0

    Thanks in advance

The topic ‘function make_footer() hack’ is closed to new replies.