PHP Classes

File: autoload.php

Recommend this page to a friend!
  Classes of Malik Naik   WordPress Recaptcha Integration   autoload.php   Download  
File: autoload.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WordPress Recaptcha Integration
Plugin to integrate Recaptcha to protect forms
Author: By
Last change:
Date: 3 years ago
Size: 215 bytes
 

Contents

Class file image Download
<?php

require_once 'src/RecaptchaLite.php';
require_once
'src/RecaptchaBase.php';
require_once
'src/Components/V2Checkbox.php';
require_once
'src/Components/V3.php';
require_once
'src/Factory/RecaptchaFactory.php';