Created
October 23, 2014 15:07
-
-
Save joeydsmith/5014731bd27de0e37aa9 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
wp_update_post(array ( 'ID' => get_the_id(), 'post_title' => get_the_title() . ' Phil is Awesome ' )); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment