id = 'demo_data'; $this->label = __( 'Demo Data', 'propertyhive' ); add_filter( 'propertyhive_settings_tabs_array', array( $this, 'add_settings_page' ), 20 ); add_action( 'propertyhive_settings_' . $this->id, array( $this, 'output' ) ); add_action( 'propertyhive_admin_field_demo_data', array( $this, 'demodata_setting' ) ); } /** * Get settings array * * @return array */ public function get_settings() { global $hide_save_button; $hide_save_button = TRUE; return apply_filters( 'propertyhive_demo_data_settings', array( array( 'type' => 'demo_data', ), array( 'type' => 'sectionend', 'id' => 'demo_data_options') ) ); } /** * Output the settings */ public function output() { $settings = $this->get_settings(); PH_Admin_Settings::output_fields( $settings ); } /** * Output link to demo data * * @access public * @return void */ public function demodata_setting() { ?>

To get an idea of how Property Hive works, if you're a new user you can quickly fill it with a set of demo data, including properties, applicants and more.

Simply activate our free Demo Data feature below to get started:


Activate Demo Data Feature   Hide This Page