Use of deprecated function in `inc/Rewrite.php` line 14
inetbiz opened this issue · 0 comments
inetbiz commented
https://developer.wordpress.org/reference/functions/get_page/
$question_list_page = get_page( $page_id );
should be
$question_list_page = get_post( $page_id );