هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Pluginception

الوصف

A plugin that lets you quickly and easily create new plugins.

Install, activate, and then go to the Plugins->Create a New Plugin menu to create and activate a new blank plugin, live, on your site.

After the plugin is created, you’ll be taken directly to the Plugin Editor screen, to type or paste in your new plugin’s code.

التنصيب

  1. Upload the files to the /wp-content/plugins/pluginception/ directory or install through WordPress directly.
  2. Activate the “Pluginception” plugin through the ‘Plugins’ menu in WordPress
  3. Try the “Create a New Plugin” option in the Plugins menu.

الأسئلة المتكررّة

The “Create a New Plugin” menu item is missing.

There are 4 cases where you will not see the new menu:

  1. You are not logged in as an admin user.
  2. Your site is on a multisite configuration and you are not logged in as a super-admin user.
  3. If the DISALLOW_FILE_EDIT define is enabled, then you cannot edit plugin files.
  4. If the DISALLOW_FILE_MODS define is enabled, then you cannot edit plugin files.

Any of those cases will prevent the menu item from appearing, because you lack the edit_plugins permission.

Is this safe?

Nope, not in the slightest. You have been warned.

That said, it’s perfectly “safe”, given a certain defintion of the word “safe”. The “create a new plugin” screen itself is secure, and inaccessible to anybody who lacks the capability to “edit_plugins” to begin with. Pluginception also uses the proper WP_Filesystem methods to create the plugin, so there’s no worries about incorrect file ownership on shared hosting. You may have to give it FTP credentials on some hosts for it to be able to create the plugin, that’s the WP_Filesystem at work, making sure the files are correctly “owned”.

All this plugin really does is make it quick and easy to create a new one-off plugin and take you directly to editing it. Cowboy-coding at its finest.

For the love of god, man, why?

Because I frequently spin off new plugins in order to paste simple code snippets into handy places. I know the code works, I’ve already tested it. Having to then encapsulate it into a plugin, fire up Filezilla, navigate, upload the plugin… It’s a pain. This gives me an easy way to create a new blank plugin and go to the editor to paste in the known working code.

If you paste in non-working code, or decide to use the plugin editor to experiment, then you’ll likely break your site. So don’t do this if you don’t know what you’re doing. This is a power user’s tool.

I want this plugin to do something other than what it does.

Then modify the plugin however you like to do whatever you want. Don’t bother me with it. This plugin does what I want it to do.

المراجعات

20 أبريل، 2021
This is definitely the best idea ever! No risk any more to edit things that will get overwritten on next update. This is very smart and works as expected.
22 مايو، 2017
I need need need need this plugin 😀 It works perfect! Thank you so much!! Fantastic idea!
9 مارس، 2017
I was tinkering with this for automation already, then I stumbled on this plugin. Thanks for saving me time!
إقرأ جميع المراجعات 24

المساهمون والمطوّرون

“Pluginception” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

لقد تم ترجمة ”Pluginception“ إلى 9 لغات. شكراً إلى جميع المُترجمين لمُساهماتهم.

ترجمة ”Pluginception“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.3

  • Fixed two minor XSS vulnerabilities

1.2

  • Corrected translation support, added POT file for translators
  • Removed POT file in favor of translate.wordpress.org

1.1

  • Fix problems with quotes being slash-escaped (magic quotes).

1.0

  • First version.