Captcha::prepare()

Description #

Prepare field.

Source #

File: addons/recaptcha/recaptcha/class-captcha.php

	protected function prepare() {
		$this->args = wp_parse_args(
			$this->args, array(
				'label' => __( 'AnsPress reCaptcha Field', 'anspress-question-answer' ),
			)
		);
	}

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