Function Reference: geodir_buddypress_get_option_form

Summary

GeoDirectory BuddyPress Integration settings form content.

Package

GeoDirectory_BuddyPress_Integration

Parameters

$tab_name
(string) (required) Tab name.

Default: None

Change Log

Since: 1.0.0

Source File

geodir_buddypress_get_option_form() is located in geodir_buddypress/includes/gdbuddypress_template_functions.php [Line: 21]

Source Code

function geodir_buddypress_get_option_form( $tab_name ) {
	switch ( $tab_name ) {
		case 'gdbuddypress_settings': {
			geodir_admin_fields( geodir_buddypress_settings() );
			?>