id, ph_get_screen_ids() ) ) { return; } $screen->add_help_tab( array( 'id' => 'propertyhive_support_tab', 'title' => __( 'Help & Support', 'propertyhive' ), 'content' => '

' . __( 'Property Hive Help & Support', 'propertyhive' ) . '

' . '

' . sprintf( /* translators: %s: URL to Property Hive documentation */ __( 'Should you need help understanding, using, or extending Property Hive, please read our documentation. You will find all kinds of resources including snippets, tutorials and much more.', 'propertyhive' ), 'https://docs.wp-property-hive.com' ) . '

' . '

' . __( 'Before asking for help, we recommend checking the documentation. Otherwise, please get in touch and a member of our team will be happy to assist.', 'propertyhive' ) . '

' . '

' . __( 'View documentation', 'propertyhive' ) . ' ' . __( 'Get support', 'propertyhive' ) . '

', ) ); $screen->set_help_sidebar( '

' . __( 'For more information:', 'propertyhive' ) . '

' . '

' . __( 'Property Hive website', 'propertyhive' ) . '

' . '

' . __( 'WordPress.org project', 'propertyhive' ) . '

' . '

' . __( 'GitHub project', 'propertyhive' ) . '

' . '

' . __( 'Add ons', 'propertyhive' ) . '

' ); } } endif; return new PH_Admin_Help();