• I am getting a critical error for PHP 8 on my WordPress site. “create_function” this function is deprecated in PHP 8.

    \wp-content\plugins\mobile-smart\mobile-smart-switcher-widget.php
    line no 77
    add_action( ‘widgets_init’, create_function(”, ‘return register_widget(“MobileSmartSwitcherWidget”);’) );

    • This topic was modified 2 years, 6 months ago by sudipta95.
    • This topic was modified 2 years, 6 months ago by sudipta95.
  • The topic ‘Critical error for Php 8’ is closed to new replies.