Function does not exist “ezd_main_date_sort” in functions.php:154
[ad_1]
Replies: 0
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
the eazydocs_voted()
calls unsort()
on a function that doesn’t exist. usort( $vote_dates, "ezd_main_date_sort" );
.
As a temporary fix I removed the eazydocs_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.
[ad_2]
مشاهده پاسخ های این مطلب
———————————————
این مطلب از سایت انجمن وردپرس گردآوری شده است و کلیه حقوق مطلق به انجمن وردپرس می باشد در صورت مغایرت و یا بروز مشکل اطلاع دهید تا حذف گردد
منبع: انجمن وردپرس