HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/amopropiedades.com/wp-content/plugins/realtyna-mls-sync/views/steps/steps.php
<?php
// Block direct access to the main plugin file.
defined( 'ABSPATH' ) || die( 'Access Denied!' );

$step = ( isset( $_REALTYNA['step'] ) && is_numeric($_REALTYNA['step']) ) ? $_REALTYNA['step'] : 1;
?>
<div class="realtyna_mls_sync" style="text-align:center;">
    <ol>
        <li class="<?php echo ( ( $step == 1 ) ? 'current' : ''  )?>"><?php _e("Requirements" , REALTYNA_MLS_SYNC_SLUG );?></li>
        <li class="<?php echo ( ( $step == 2 ) ? 'current' : ''  )?>"><?php _e("Information" , REALTYNA_MLS_SYNC_SLUG );?></li>
        <li class="<?php echo ( ( $step == 3 ) ? 'current' : ''  )?>"><?php _e("Demo Import" , REALTYNA_MLS_SYNC_SLUG );?></li>
        <li class="<?php echo ( ( $step == 4 ) ? 'current' : ''  )?>"><?php _e("Finalize" , REALTYNA_MLS_SYNC_SLUG );?></li>
    </ol>
</div>