Forums
Home / Plugin: HookPress / Not working
(@phinecode)
5 years, 11 months ago
Will there be a new update for this plugin?
Using wordpress 5.0
(@johnleblanc)
5 years, 7 months ago
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))