Bug. class-addon-manager.php
-
Hi.You have defined a function called request_current_sites that checks requests at all times and this slows down the wordpress plugins section !! I realized with the Query Monitor plugin.
My wordpress log file is full of your plugin error !!! Why not work optimally?
i comment this is codes:
protected function set_site_information_transient( $site_information ) {
//set_transient( self::SITE_INFORMATION_TRANSIENT, $site_information, DAY_IN_SECONDS );
//set_transient( self::SITE_INFORMATION_TRANSIENT_QUICK, $site_information, 60 );
}My problem was solved. Please rewrite these codes.
The topic ‘Bug. class-addon-manager.php’ is closed to new replies.