wordpress插件制作 飘花插件
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" );
本站文章如未注明出处均为原创,转载请注明出处,如有侵权请邮件联系站长。
