GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Tech WP plugin code help please (https://gfy.com/showthread.php?t=1188897)

rogueteens 03-20-2016 12:37 PM

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";
the part that says "$post->post_date" posts the wp post onto tumblr with the date it was added to wp, instead i want it to post it with the current date, how do i do that?


Thanks

VRPdommy 03-20-2016 01:34 PM

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.

just a punk 03-20-2016 01:39 PM

$postDate = gmdate("Y-m-d H:i:s", time())." GMT";

rogueteens 03-20-2016 02:41 PM

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