LLMS_REST_Fields::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: includes/class-llms-rest-fields.php
public function __construct() {
add_action( 'rest_api_init', array( $this, 'register' ) );
add_filter( 'rest_prepare_llms_my_certificate', array( $this, 'remove_author_assign_link' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |