Viewing 1 replies (of 1 total)
  • Looks like ereg() is deprecated in PHP 7.

    I got it working by replacing ereg() with preg_match() on line 13 of
    wp-content/plugins/hookpress/services.php:

    if (preg_match('/[A-Z]+/',$arg))

    • This reply was modified 5 years, 7 months ago by John LeBlanc.
Viewing 1 replies (of 1 total)
  • The topic ‘Not working’ is closed to new replies.