cordis
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Polylang] Custom post type multilingual content with Polylangresolved by changing the permalinks settings.
the correct code is
$replace = array( date_i18n( "$dateformat $timeformat", $expirationdatets ), date_i18n( $dateformat, $expirationdatets ), date_i18n( $timeformat, $expirationdatets ) );sorry! try this
from:
return get_date_from_gmt(gmdate('Y-m-d H:i:s',$expirationdatets),$format);to
return date_i18n( $format, $expirationdatets );try to replace the code at line 1060
from:
return get_date_from_gmt(gmdate('Y-m-d H:i:s',$expirationdatets),$format);to
return date_i18n( $format, strtotime( $expirationdatets ) );Forum: Plugins
In reply to: [Plugin: Tweetbacks] call_user_func_array warning messageThanks Bob !
it’s worked for me. 😉
Viewing 5 replies - 1 through 5 (of 5 total)