开发者 | yanmetelitsa |
---|---|
更新时间 | 2024年11月20日 00:05 |
PHP版本: | 6.0 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv3 |
版权网址: | 版权信息 |
body_class()
function in your template.To use the plugin, you need to add the body_class()
function to your theme.
This function should be placed inside the <body>
tag, typically found in the header.php
file within your theme's directory.