get_page_by_title() doesnt work if the title has apostrophe
-
I have a post named John’s Test with post id 1.
My code:$extraContent = get_page_by_title(get_the_title(1), OBJECT, 'post'); var_dump($extraContent);
returns NULL.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘get_page_by_title() doesnt work if the title has apostrophe’ is closed to new replies.