Forums
Forums / Plugin: Theme Authenticity Checker (TAC) / quick fix
(@rgtbstbw45h54ty45y35)
6 years, 5 months ago
This plugin needs updating on line 158 in order to get it to work. replace
$themes = get_themes();
with
$themes = wp_get_themes();
And you’re good to go.
The topic ‘quick fix’ is closed to new replies.