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

Admin Menu Class by 010Pixel

Опис

This plugin is for Theme Developers to create menu on left navigation in wordpress admin panel. It simplifies code for creating menus/submenus.
Supports including files for each page if necessary.

Use

Create arguments array (as shown in sample code in plugin file) and call the class, it will handle everything.

For any query, you can contact me at 010 Pixel

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

  1. Unpack the download-package
  2. Upload folder include all files to the /wp-content/plugins/ directory. The final directory tree should look like /wp-content/plugins/010pixel-admin-menu-class/admin_menu_class_by_010pixel.php
  3. Activate the plugin through the Plugins menu in WordPress
  4. That’s it, you can start using use this class in your theme to make menus in admin panel.
  • or use the automatic install via backend of WordPress

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

Installation Instructions
  1. Unpack the download-package
  2. Upload folder include all files to the /wp-content/plugins/ directory. The final directory tree should look like /wp-content/plugins/010pixel-admin-menu-class/admin_menu_class_by_010pixel.php
  3. Activate the plugin through the Plugins menu in WordPress
  4. That’s it, you can start using use this class in your theme to make menus in admin panel.
  • or use the automatic install via backend of WordPress
How to use this class?

The plugin file contains a sample code which explains how to use this class to create menus.

How to include file for the page?

Add a parameter called 'include' => 'file_path' for any menu/submenu item you want to include file for.

Відгуки

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

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

“Admin Menu Class by 010Pixel” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Admin Menu Class by 010Pixel” на вашу мову.

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

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

Журнал змін

v1.0.0

  • Initial release.

v1.1.0

  • Added support for including files for each menu/submenu item

v1.1.1

  • Removed bug in converting users to array of users [line: 213, 244]

v1.2.0

  • Create only those menu/submenu item which are necessary for logged-in user roles

v1.2.1

  • 2018-08-03
  • Tested with latest version