| 开发者 | aatishgnair |
|---|---|
| 更新时间 | 2026年5月10日 01:12 |
| PHP版本: | 6.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[dyc_customizer_dynamic_year] shortcode to embed the copyright year anywhere, including posts, pages, and widgets.Yes, you can easily add custom text before and after the year to personalize the notice for your brand.
You can use the [dyc_customizer_dynamic_year] shortcode inside any Elementor section to display the dynamic copyright year in your footer or any other part of your site.
Yes, it includes a dedicated Dynamic Year Block that you can add to any post or page through the Block Editor.
No, the plugin is extremely lightweight and optimized for performance. It adds zero load to your site's frontend.
Absolutely! Keeping your copyright notice up-to-date contributes to the overall professionalism and trustworthiness of your website, which can positively impact user experience and SEO.
category: 'common' (removed in WP 5.8) with category: 'widgets' — block was silently failing to appear in the block inserter.wp-editor script dependency (removed in WP 5.3) — replaced with wp-element and wp-block-editor.block.json metadata file standard (required for WP 5.8+).dyc-customizer/dynamic-year) instead of underscored namespace.block-editor.js with proper useBlockProps hook support for the editor preview.block-render.php for clean server-side rendering, replacing the old inline render_callback pattern.register_block_type( __DIR__ ) now auto-discovers block.json, eliminating manual script enqueueing.dyc_display_copyright() for theme integration.