Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Code Block ScratchPad

Опис

This plug-in makes it simple to test and/or install small wordpress PHP/JS/CSS code snippets in a relatively safe manner without the need to use a full PHP debugger or directly edit pre-existing plugin code.

Basic Features

  • Enter simple PHP/JS expressions and quickly evaluate them to verify they function as expected.
  • Create/install top-level php functions eg: for use in wordpress pod fields.
  • Add bespoke code and associate them with wordpress action/filters
  • Do almost anything that’s possible with a wordpress plugin
  • Test and add custom javascript and CSS to website pages
  • Preview the effects of changes before commiting in wordpress preview mode
  • Provides protection against inadvertently killing sites due to basic coding errors

Скріншоти

  • Adding some icons and testing a JS regex

Встановлення

  1. Upload acb-scratchpad to the /wp-content/plugins/ directory.
  2. Activate Code Block Scratchpad through the ‘Plugins’ menu in WordPress.
  3. Select the Code Block Scratchpad menu item in the admin pages and enter a simple expression and press the Check/Run button.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Code Block ScratchPad” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Code Block ScratchPad” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0.1

Release Date: 1st July 2020

  • [Initial Release]