Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Block_Templates::block_editor_l10n()
Block Templates admin js strings.
Return Return
(string[])
Source Source
File: includes/class-llms-block-templates.php
private function block_editor_l10n() { return array( 'archive-course' => esc_html__( 'LifterLMS Course Catalog Template', 'lifterlms' ), 'archive-llms_membership' => esc_html__( 'LifterLMS Membership Catalog Template', 'lifterlms' ), 'single-certificate' => esc_html__( 'LifterLMS Certificate Template', 'lifterlms' ), 'single-no-access' => esc_html__( 'LifterLMS Single Template Access Restricted', 'lifterlms' ), 'taxonomy-course_cat' => esc_html__( 'LifterLMS Course Category Taxonomy Template', 'lifterlms' ), 'taxonomy-course_difficulty' => esc_html__( 'LifterLMS Course Difficulty Taxonomy Template', 'lifterlms' ), 'taxonomy-course_tag' => esc_html__( 'LifterLMS Course Tag Taxonomy Template', 'lifterlms' ), 'taxonomy-course_track' => esc_html__( 'LifterLMS Course Track Taxonomy Template', 'lifterlms' ), 'taxonomy-membership_cat' => esc_html__( 'LifterLMS Membership Tag Taxonomy Template', 'lifterlms' ), 'taxonomy-membership_tag' => esc_html__( 'LifterLMS Membership Tag Taxonomy Template', 'lifterlms' ), ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |