format( $format ); } /** * Get the datetime object, in site's time zone, if the datetime string was valid * * @deprecated 12.8 * * @codeCoverageIgnore * * @param string $datetime_string The datetime string in UTC time zone, that needs * to be converted to a DateTime object. * * @return DateTime|null DateTime object in site's time zone. */ public function get_datetime_with_timezone( $datetime_string ) { _deprecated_function( __METHOD__, 'WPSEO 12.8' ); return null; } }