Your IP : 216.73.217.154


Current Path : /home/ereika83/public_html/wp-content/plugins/sfwd-lms/src/Core/API/Controllers/
Upload File :
Current File : /home/ereika83/public_html/wp-content/plugins/sfwd-lms/src/Core/API/Controllers/Certificates.php

<?php
/**
 * Certificates API Controller.
 *
 * Certificates endpoint is currently disabled.
 * It can be enabled via a Certificate Builder add-on.
 *
 * @since 4.10.2
 *
 * @package LearnDash\Core
 */

namespace LearnDash\Core\API\Controllers;

/**
 * Certificates API Controller.
 *
 * @since 4.10.2
 */
class Certificates extends Posts {

}