AnsPress_reCcaptcha::init()

Description #

Initialize the plugin by setting localization and loading public scripts and styles.

Changelog #

VersionDescription
2.4.8Introduced.

Source #

File: addons/free/recaptcha.php

	public static function init() {
		ap_add_default_options([
			'recaptcha_method'  => 'post',
		]);

		anspress()->add_action( 'ap_form_addon-free_recaptcha', __CLASS__, 'options' );
		anspress()->add_action( 'ap_question_form_fields', __CLASS__, 'ap_question_form_fields', 10, 2 );
		anspress()->add_action( 'ap_answer_form_fields', __CLASS__, 'ap_question_form_fields', 10, 2 );
		anspress()->add_action( 'ap_comment_form_fields', __CLASS__, 'ap_question_form_fields', 10, 2 );
	}

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