Function Reference: geodir_recaptcha_get_option_form

Summary

ReCaptcha settings form content.

Package

GeoDirectory_ReCaptcha

Parameters

$tab_name
(string) (required) Tab name.

Default: None

Change Log

Since: 1.0.0

Source File

geodir_recaptcha_get_option_form() is located in geodir_recaptcha/includes/gdcaptcha_template_functions.php [Line: 21]

Source Code

function geodir_recaptcha_get_option_form( $tab_name ) {
	switch ( $tab_name ) {
		case 'gdcaptcha_settings': {
			geodir_admin_fields( geodir_recaptcha_settings() );
			?>