企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
``` /** * Useful for theme development * If you want to change the default site description of "Just another WordPress website" * * add this to your functions.php file */ function so_replace_default_site_description() { update_option( 'blogdescription', 'WHATEVER TAG YOU WANT' ); } add_action( 'after_setup_theme', 'so_replace_default_site_description' ); ```