Function does not exist “ezd_main_date_sort” in functions.php:154
-
After adding the pro version I realized there was a reference to a function that doesn’t exist. This was causing a bug that caused all of my to not display.
In/wp-content/plugins/eazydocs-pro/includes/functions.php
theeazydocs_voted()
callsunsort()
on a function that doesn’t exist.usort( $vote_dates, "ezd_main_date_sort" );
.
As a temporary fix I removed theeazydocs_voted()
functionality from the plugin but this is just a temp fix so I can do the work that needs to be done. I’m looking for a more permanent solution so we can continue updating the plugin in the future and have all of the functionality back.
- You must be logged in to reply to this topic.