plugin_name . '_administrative_options' ); do_settings_sections( $this->plugin_name . '_administrative_options' ); $options = get_option( $this->plugin_name . '_administrative_options' ); $mlsimport->admin->mlsimport_saas_setting_up(); //mlsimport_saas_event_mls_import_auto_function(); //mlsimport_saas_reconciliation_event_function(); ?>

Administrative Tools

Disable System Logs (logs should only be enabled during debug process)

Disable Property History (can be seen by editing a property in WordPress admin)

Clear cached data

Clear fields data

Cron Jobs

By default a syncronization event runs every hour. The action will be triggered when someone visits your site if the scheduled time has passed. This is the default, "out of the box" way to do things in WordPress and it works very well in 99% of the cases.

If, for some reason, you want to force the syncronization event to run every two hours(minimum time frame permitted by this plugin) you can set a cron job on your server enviroment and call this url : http://yourwebsite.com/?mlsimport_cron=yes.

Example : 0 */2 * * * wget https://yourwebsite.com/?mlsimport_cron=yes .