LLMS_REST_Fields::register()
Register the REST fields.
Return Return
(void)
Source Source
File: includes/class-llms-rest-fields.php
public function register() {
if ( llms_is_block_editor_supported_for_certificates() ) {
$this->register_fields_for_certificates();
$this->register_fields_for_certificate_awards();
$this->register_fields_for_certificate_templates();
}
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |