ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Basic Dev Tools

აღწერა

This was developed thinking in the common things that a developer could need at the time of build an app in WP.

Special Settings

A Special Setting Page allowing you to easily change global settings that in ocations are hidden in WP.

Cron Task and Schedules Manager

A section that allow you to create and delete schedules and tasks that run internally in the WP Cron. You could see and monitor the distinct schedules, the times and next executions for each one. Also you have the posibilty to execute one of them without affect the cron schedules.

Post Types Manager with shotcodes

A section that allow you to create distinct Post Types without a line of code. You could specify names and special settings like new taxonomies for each one of them. Then you could call them with the common functions for posts from WP or using special shortcodes prepared for you to manage it.

Fork it on Github

ეკრანული სურათები

  • On activation, the plugin adds a new menu with the available tools to use.
  • Special Settings page.
  • Task Manager Section in Cron Manager Page.
  • Schedules Manager Section in Cron Manager Page.
  • Post Types Manager Page with some items.

დაყენება

  1. Download Basic Dev Tools.
  2. Upload the ‘basic-dev-tools’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
  3. Activate Basic Dev Tools from your Plugins page.

A new menu appears allowing you to use the tools.

ხდკ

None.

მიმოხილვები

4 რევიუს წაკითხვა

მონაწილეები & დეველოპერები

“Basic Dev Tools” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Basic Dev Tools თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.4.1 (2015-05-24)

  • Added “Hide Admin Bar” Special Setting
  • Added “Disable Theme Updates” Special Setting
  • Added “Disable Plugin Updates” Special Setting
  • Added “Disable Core Updates” Special Setting
  • Screenshot changed

1.4 (2015-05-24)

  • Bug with files in svn fixed

1.3 (2015-05-23)

  • tableobject api updated
  • Added Crons Manager Functionality with posibilty of create and execute tasks
  • Added Cron Schedules to global wp filter
  • Added Special Settings to manage common thing faster
  • Screenshots added

1.2 (2015-05-03)

  • tableobject api updated
  • Added Cron Task Manager menu
  • Added Cron Schedules Manager
  • Added partialy Cron Manager to implement in version 2
  • New tags added to be relevant in the plugin
  • Readme file updated

1.1 (2015-04-26)

  • tableobject api updated
  • Shortcodes with dynamic options in function of the dynamic postypes
  • Removed Cron Task Manager menu to implement in version 2

1.0

  • Initial Release