开发者 |
scottsweb
codeforthepeople |
---|---|
更新时间 | 2015年5月8日 23:02 |
PHP版本: | 3.8 及以上 |
WordPress版本: | 4.2.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
responsible
folder to the /wp-content/plugins/
directoryThe plugin has one filter that allows you register a custom bookmarklet. You can generate your own here. `add_filter('responsible_bookmarklet', 'custom_bookmarklet'); function custom_bookmarklet() { return ''; // add your generated JS/HTML here } `