限时免费试用:欢迎注册 api.bigmodel.org ,快速体验大模型 API 接入服务。
当前位置:首页 >开发者 >网站框架 >二次开发 >Wordpress

wordpress插件制作 飘花插件

分类:Wordpress时间:2018-10-03浏览:3328
1. 检查插件名是否存在 https://wordpress.org/plugins/search/插件名 leave_flower 2.插件基本属性 leave_flower_copyright.php
  
function copyright_end($content){
    if(is_single()){
       $content .= '

这是一个来自 王明昌博客 的插件


'; return $content; } } add_filter( "the_content", "copyright_end" );
本站文章如未注明出处均为原创,转载请注明出处,如有侵权请邮件联系站长。
0/500
Share your thoughts respectfully.