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

Orbisius Warning Suppressor

Опис

Suppresses php 7 warnings that show up when a method has different parameters
than the same method in the parent class.

PHP Warning: Declaration of … should be compatible with …

Those warnings are useless and fill up your file files.
This is because most of the time you don’t control over the
plugin or theme’s code that run on your site.

The plugin only blocks php’s E_WARNING and if it contains the incompatible
declaration warning (in English). Thefore, if the php locale is set to another language
this plugin may not work. If that’s the case contact us to let us know how that warning
translates into your language.

Features

  • Super easy to use just install, activate and forget.

Usage

Just add the plugin and activate it.

Demo

n/a

Support

Author

Do you need an amazing plugin created especially for your needs? Contact me.
Svetoslav Marinov (Slavi) | Custom Web and Mobile Programming by Orbisius.com

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

  1. Upload the zip package within WP Admin > Plugins > Add
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Часті питання

Installation Instructions
  1. Upload the zip package within WP Admin > Plugins > Add
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
Why is the plugin name that weird?

The idea is the plugin to be loaded first so it can install the error handler.

Відгуки

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

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

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

Учасники

Перекладіть “Orbisius Warning Suppressor” на вашу мову.

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

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

Журнал змін

1.0.2

  • Added a filter and plugin’s settings link may not be shown

1.0.1

  • Fixed some comments in the code.
  • Tested with latest WP

1.0.0

  • Initial release