Captcha::add_to_settings_page( array $groups )

Description #

Add tags settings to features settings page.

Parameters #

  • $groups
    array (Required) Features settings group.

Changelog #

VersionDescription
4.2.0Introduced.

Source #

File: addons/recaptcha/recaptcha.php

	public function add_to_settings_page( $groups ) {
		$groups['recaptcha'] = array(
			'label' => __( 'reCaptcha', 'anspress-question-answer' ),
		);

		return $groups;
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment