get_page_by_title() doesnt work if title has an apostrophe ( ‘ )
-
Example: If your post title is something like Alex’s book collection you cant get the post array using get_page_by_title().
Example code:$lz_post_name = "Alex's book collection"; $new_post = get_page_by_title($lz_post_name); echo $new_post->ID;
It should work but it doesn’t work.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘get_page_by_title() doesnt work if title has an apostrophe ( ‘ )’ is closed to new replies.