Editing: hard-popup.php
<div class="popup-dash-promo show" style="display: flex; position: fixed;"> <div class="popup-dash-promo-content not-image"> <div class="popup-dash-promo-content-item"> <div class="popup-dash-title"> <?php echo sprintf( esc_html__( 'Attention! You are using deprecated Motors - Car Dealer, Classifieds & Listing %s', 'motors' ), STM_LISTINGS_V ); //phpcs:ignore ?> </div> <div class="popup-dash-desc"> <?php echo sprintf( esc_html__( 'Your current Motors - Car Dealer, Classifieds & Listing %s plugin will no longer receive updates. We’ve moved all features to a new plugin for future updates and security enhancements. Please click the Install & Activate button to install the required plugin from the WordPress repository. Your listings and content will remain untouched.', 'motors' ), STM_LISTINGS_V ); //phpcs:ignore ?> </div> <div class="popup-dash-actions"> <a href="https://downloads.wordpress.org/plugin/motors-car-dealership-classified-listings.zip" target="_blank" class="stm-dash-btn motors_vl_theme_install_button"> <?php echo esc_html__( 'Install & Activate', 'motors' ); ?> </a> </div> </div> </div> </div>
Save
Back