Created
August 11, 2018 01:44
-
-
Save iWebbers/80e485326dfda28398047e2922fed6d3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// Get current page title via shortcode: [iw_page_title] | |
function iw_page_title_shortcode() { | |
return get_the_title(); | |
} | |
add_shortcode('iw_page_title','iw_page_title_shortcode'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment