LLMS_Turnstile::__construct()
Contents
Source Source
File: includes/spam/class-llms-turnstile.php
public function __construct() {
parent::__construct();
add_action( 'wp_head', array( $this, 'add_turnstile_script' ) );
}
Expand full source code Collapse full source code View on GitHub