id = 'getinvolved'; $this->label = __( 'Get Involved', '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_getinvolved', array( $this, 'getinvolved_setting' ) ); } /** * Get settings array * * @return array */ public function get_settings() { global $hide_save_button; $hide_save_button = TRUE; return apply_filters( 'propertyhive_get_involved_settings', array( array( 'type' => 'getinvolved', ), array( 'type' => 'sectionend', 'id' => 'get_involved_options') ) ); } /** * Output the settings */ public function output() { $settings = $this->get_settings(); PH_Admin_Settings::output_fields( $settings ); } private function draw_get_involved_details($heading, $description) { ?>
|
Our objective since launching Property Hive back in 2015 has always been to make it easy for developers and agents alike to get involved and contribute to allow us to make an estate agency WordPress plugin that everyone can benefit from. |
draw_get_involved_details('Sign Up To Our Newsletter', 'Ensure you\'re always in the know and get notified of new releases by signing up to our newsletter.'); ?>
*/?>
|