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' ),
)
);
}
Expand full source code Collapse full source code View on GitHub: addons/recaptcha/recaptcha/class-captcha.php:44
Add your comment