Title: PHP Deprecated
Last modified: June 8, 2020

---

# PHP Deprecated

 *  [jinsley8](https://wordpress.org/support/users/jinsley8/)
 * (@jinsley8)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/php-deprecated-16/)
 * I saw another topic with this same error. I’m using PHP 7.4.
 * AH01071: Got error ‘PHP message: PHP Deprecated: Non-static method wp_jquery_manager_plugin::
   autoptimize_support() should not be called statically in /public_html/wp-includes/
   class-wp-hook.php on line 287’

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Remzi Cavdar](https://wordpress.org/support/users/remzicavdar/)
 * (@remzicavdar)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/php-deprecated-16/#post-13150500)
 * Hi [@jinsley8](https://wordpress.org/support/users/jinsley8/)
 * My apologies for the late reply I had some private problems to deal with.
    I 
   promise a while ago to another user to look into it which I will do if I have
   time to do so. Keep in mind that this is a side project and some sort of hobby.
 * I will get back to you when I will do this.
 * Kind regards,
    Remzi
 *  [WEBHAUS](https://wordpress.org/support/users/webhaus/)
 * (@webhaus)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/php-deprecated-16/#post-13699367)
 * Hello,
 * Just go to the file: /wp-content/plugins/jquery-manager/jquery-manager.php,
    
   and change the non-static method to static on Line 170.
 * FROM:
    `public function autoptimize_support( $dontmove_array ) {` TO: `public
   static function autoptimize_support( $dontmove_array ) {`
 * I don’t see a single reason why this function could not be static, because its
   only purpose is to pass that path to Autooptimize plugin.
 * Regards,
    Edgars from WEBHAUS

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP Deprecated’ is closed to new replies.

 * ![](https://ps.w.org/jquery-manager/assets/icon-256x256.png?rev=2100009)
 * [jQuery Manager for WordPress](https://wordpress.org/plugins/jquery-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-manager/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [WEBHAUS](https://wordpress.org/support/users/webhaus/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/php-deprecated-16/#post-13699367)
 * Status: not resolved