开发者 | dessky |
---|---|
更新时间 | 2024年8月8日 15:34 |
PHP版本: | 3.9 及以上 |
WordPress版本: | 6.6 |
版权: | GPL3 |
版权网址: | 版权信息 |
Dessky Snippets
" menu item will appear under the "Appearance
" section. It will lead you to a page where you can add your custom PHP code.A. Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.
A. Absolutely not. This plugin is added/configured entirely from the WordPress Admin section.
A. Just place your PHP code into the textfield and click "Save Changes". Example of PHP code: `function MyAwesomeFunction() { // Content of my awesome function }`
A. Here are a few of the most likely causes of the error message:
A. It may be that a custom code that you've entered caused the error and white screen of death. If this happened then do the following.
Go to plugin folder (in wp-content/plugins/dessky-snippets/
). Rename the "START
" file to "STOP
". Then you may go to plugin settings page and edit your entered custom code. After editing, just rename the "STOP
" file that you renamed before back to "START
".