: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Render the "Date" column date in the ad list.
* @var string $published_date ad published date.
* @var string $modified_date ad modified date.
<div class="advads-ad-list-date">
<?php if ( $modified_date === $published_date ) : ?>
<?php echo __( 'Published', 'default' ); ?>
<?php echo __( 'Last Modified', 'default' ); ?>
<?php echo esc_html( $modified_date ); ?>