• Hello All,

    Getting below error msg on web site.

    I am newbie to WP, please help me to resolve this.

    Deprecated: Non-static method mijnpress_plugin_framework::is_admin() should not be called statically in /home/theworld/public_html/tradingnewssite.com/wp-content/plugins/auto-prune-posts/auto-prune-posts.php on line 353

    • This topic was modified 3 years, 11 months ago by niranjan1424.
    • This topic was modified 3 years, 11 months ago by niranjan1424.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I changed mijnpress_plugin_framework.php
    line 112 to
    static function is_admin()

    line 67 to:
    static function addPluginSubMenu( ...

    and in auto-prune-posts.php line 114 to:
    static function addPluginSubMenu_()

    • This reply was modified 3 years, 10 months ago by vtad.
    • This reply was modified 3 years, 10 months ago by vtad.

    Also same with (auto-prune-posts.php)
    static function addPluginContent

    and (mijnpress_plugin_framework.php)
    static function addPluginContent_

    Found one more at auto-prune-posts.php line 133:
    static public function admin_menu()

    Plugin Author ramon fincken

    (@ramon-fincken)

    Will check this later Thanks vtad

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin Problem – Auto Prune Posts’ is closed to new replies.