Created
December 25, 2012 17:17
-
-
Save maor/4374267 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function roee_get_parent_page_title() { | |
global $post; | |
return ( ! empty( $post->post_parent ) ) ? get_the_title( $post->post_parent ) : false; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment