![]() |
WP plugin code help please
I'm trying to change a file in the Wordpress pluging SNAP, i'm trying to change the bit where it retrogradily posts old posts to tumblr.
This is the line i need to change ... Code:
$postDate = (($options['useOrDate']=='1' && $post->post_date_gmt!='0000-00-00 00:00:00')?$post->post_date_gmt:gmdate("Y-m-d H:i:s", strtotime($post->post_date)))." GMT"; Thanks |
First, I know you can find a page on the net that has all the wp variables. You should have one for reference.
Since that is php, you only need the data var for php PHP: getdate - Manual Hope that helps. |
$postDate = gmdate("Y-m-d H:i:s", time())." GMT";
|
thank you, thank you both so much! :)
|
All times are GMT -7. The time now is 12:42 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123