PluginProbe
MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings / 5.8.4
MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings v5.8.4
7.2.2 7.2.1 7.2 7.1.2 7.1.1 7.1 7.0.4 7.0.6 7.0.7 6.3.8 6.3.7 6.3.6 6.3.5 6.3.4 6.3.3 6.3.1 trunk 5.7.3 5.7.5 5.8.1 5.8.2 5.8.3 5.8.4 5.8.6 6.0.4 All 37 releases
mlsimport / admin / partials / mlsimport-admin-mls-sync.php

mlsimport-admin-mls-sync.php in MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings 5.8.4, at admin/partials/mlsimport-admin-mls-sync.php

31 lines 844 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit; // Exit if accessed directly
4 }
5 ?>
6
7 <form method="post" name="cleanup_options" action="options.php">
8 <?php
9
10
11
12 settings_fields( $this->plugin_name . '_admin_mls_sync' );
13 do_settings_sections( $this->plugin_name . '_admin_mls_sync' );
14 // $options = get_option($this->plugin_name.'_admin_mls_sync');
15 // $metadata_api_call = $this->mls_env_data->return_metadata_enums_from_mls();
16
17
18
19
20 $mlsimport->admin->setting_up();
21 ?>
22 <h1>Import settings</h1>
23 <fieldset class="mlsimport-fieldset">
24 <p class="mlsimport-exp">Starting with MlsImport 3.0 ths import settings options are set per each Mls Import Item. Create a new MlsImport and adjust the importat parameters from that interface.</p>
25 </fieldset>
26
27 <?php
28 $mlsimport->admin->mls_env_data->start_reconciliation_links_per_item();
29
30 return;
31