Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of deprecated function in inc/Rewrite.php line 14 #211

Open
inetbiz opened this issue Nov 17, 2017 · 0 comments
Open

Use of deprecated function in inc/Rewrite.php line 14 #211

inetbiz opened this issue Nov 17, 2017 · 0 comments

Comments

@inetbiz
Copy link

inetbiz commented Nov 17, 2017

https://developer.wordpress.org/reference/functions/get_page/

$question_list_page = get_page( $page_id );

should be

$question_list_page = get_post( $page_id );
inetbiz added a commit to denverprophitjr/dw-question-answer that referenced this issue Nov 17, 2017
`get_page()` replaced with `get_post()`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant