The only thing it does is skip a step. The functions cp_get_the_task_due_date() and cp_get_the_tak_priority() actually call the functions cp_get_task_due_date_mysql() and cp_get_task_priority().
Please note this is a quick fix, and might not be the ideal solution.
When viewing a single task, the due date and priority is not shown.
The issue is here: (Around line 15 in content-single-task.php)
The function cp_get_the_task_due_date() and cp_get_the_tak_priority() seem not to be functioning properly.
To fix it, replace it with the following:
The only thing it does is skip a step. The functions cp_get_the_task_due_date() and cp_get_the_tak_priority() actually call the functions cp_get_task_due_date_mysql() and cp_get_task_priority().
Please note this is a quick fix, and might not be the ideal solution.