LLMS_Turnstile::__construct()


Source Source

File: includes/spam/class-llms-turnstile.php

	public function __construct() {

		parent::__construct();

		add_action( 'wp_head', array( $this, 'add_turnstile_script' ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.