ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的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' ); ```