LLMS_Admin_Assets::block_editor_assets()
Enqueue assets for the block editor.
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.assets.php
public function block_editor_assets() { $screen = get_current_screen(); if ( $screen && $screen->is_block_editor && in_array( $screen->post_type, array( 'llms_certificate', 'llms_my_certificate' ), true ) ) { $this->block_editor_assets_for_certificates(); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |