开发者 | stepanvanek |
---|---|
更新时间 | 2025年5月14日 03:19 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPL v2 or later |
版权网址: | 版权信息 |
glossary-index
folder to the /wp-content/plugins/
directory.[glossary_index]
shortcode to display the glossary on any page or post.Use the [glossary_index]
shortcode on any page or post where you want the glossary to appear.
Currently, the plugin supports English (A-Z) and Czech (A-Z, CH).
load_plugin_textdomain()
as it is no longer needed for WordPress 4.6 and later.glossary_term
post type to glossary_index_term
.template_lock
to allow full flexibility in the editor.if ( ! defined( 'ABSPATH' ) ) exit;
to all PHP files to prevent direct file access and improve security.