Title: LAPDI Easy Dev
Author: Sharron Denice
Published: <strong>2013 年 8 月 1 日</strong>
Last modified: 2021 年 7 月 19 日

---

搜索插件

![](https://ps.w.org/tsp-easy-dev/assets/banner-772x250.jpg?rev=2470717)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/tsp-easy-dev/assets/icon-256x256.jpg?rev=2470717)

# LAPDI Easy Dev

 作者：[Sharron Denice](https://profiles.wordpress.org/sharrondenice/)

[下载](https://downloads.wordpress.org/plugin/tsp-easy-dev.2.0.3.zip)

 * [详情](https://cn.wordpress.org/plugins/tsp-easy-dev/#description)
 * [评价](https://cn.wordpress.org/plugins/tsp-easy-dev/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/tsp-easy-dev/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/tsp-easy-dev/#developers)

 [支持](https://wordpress.org/support/plugin/tsp-easy-dev/)

## 描述

Let A Pro Do IT!’s (LAPDI) Easy Dev is a framework for WordPress plugin development,
check out some of the features below. Easy Dev makes OOD hot again and it’s the 
engine that powers all WordPress plugins created by Let A Pro Do IT!!

#### Features Included

Upgrades will include fixes only, no new functionality

 * Create functional plugins in as little as 5 lines of code
 * Add additional `external URL links` to your plugins description
 * Use on as many plugin projects as necessary
 * Add a `settings page` menu for your plugin, and for future plugins
 * Supports the usage of your own `custom shortcodes`
 * Verify user `uses correct version of WordPress` for your plugin
 * When ready to deploy, require users to install THIS plugin or bundle the code
   into YOUR plugin
 * `Smarty` bundled into package (display html easily)
 * Smarty `form field templates` included for creating forms on the fly

#### Pro Version Features

Includes all of the features of the standard version AND…

 * Checks for browser type and version (currently supports Chrome, Firefox, Safari,
   Opera and IE detection)
 * Add form fields (metadata) to posts
 * Add form fields (metadata) to categories
 * Check for `incompatible plugins` on activate
 * Check for `required plugins` on activate
 * Deregister annoying scripts
 * Display `favicons` (ie Twitter, Facebook, GitHub, thumbs, folders, etc) easily
   in your html
 * `Format your html` into columns on the fly
 * Additional images and resources
 * `Upgrades includes fixes and new functionality from our community of developers`

Visit [Let A Pro Do IT!’s Marketplace](https://letaprodoit.com/software/) to download
the [Professional Version of Easy Dev Developers](https://letaprodoit.com/software/plugins/wordpress/easy-dev-for-wordpress.html).

## 屏幕截图

 * [[
 * No need to learn WordPress plugin development, with Easy Dev, you only have to
   fill in your settings and display your HTML and with Smarty, skelJS and FontAwesome
   built into Easy Dev Pro it makes displaying your code a sinch!

## 安装

 1. Upload `tsp-easy-dev` to the `/wp-content/plugins/` directory
 2. 通过WordPress的的“Plugins”菜单激活插件

#### 用法

Please see the framekwork documentation in our lab by clicking [here](https://lab.letaprodoit.com/public/wiki/wordpress-ed:MainPage).

## 常见问题

### What is an Framework?

A framework provides a method of building software applications. Easy Dev is a framework
for WordPress plugin development. Developers can use our simple framework instead
of learning how to interface directly with WordPress. Easy Dev’s framework does 
all the hard work for you behind the scenes.

### How do I use the framework? Where do I begin?

In our [documentation](https://lab.letaprodoit.com/public/wiki/wordpress-ed:MainPage),
we have included real plugin examples that are using Easy Dev. Our [complete framework](https://lab.letaprodoit.com/docs/tsp-easy-dev/)
is also available.

### I’ve installed the plugin but nothing happens. What did I do wrong?

Nothing. The plugin runs in real-time behind the scenes. Once installed, there are
no other steps to take. You use our plugin to build your own plugins.

## 评价

此插件暂无评价。

## 贡献者及开发者

「LAPDI Easy Dev」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Sharron Denice ](https://profiles.wordpress.org/sharrondenice/)

[帮助将「LAPDI Easy Dev」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/tsp-easy-dev)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/tsp-easy-dev/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/tsp-easy-dev/)，或通过[RSS](https://plugins.trac.wordpress.org/log/tsp-easy-dev/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/tsp-easy-dev/)。

## 更新日志

#### 2.0.3

 * Feature. Allow required plugins to specify a URL for easy download

#### 2.0.2

 * Bug fix. Fixed null exception

#### 2.0.1

 * Maintenance

#### 2.0.0

 * Enhancement. New Version of LAPDI Easy Dev with all new features
 * Enhancement. Latest version of FontAwesome
 * Enhancement. Latest version of Smarty
 * Enhancement. Latest version of PHPMailer
 * Enhancement. Latest version of Bootstrap
 * Enhancement. New form fields
 * Enhancement. New WP Rest API support
 * Enhancement. Simplified required plugins specifications
 * Enhancement. Simplified incompatible plugins specifications
 * Enhancement. Added Let A Pro Do IT! Helper library

#### 1.3.8

 * Bug: Fixed issue with term data not updating when saving category information
 * Enhancement: Updated Smarty version to 3.1.29

#### 1.3.7

 * Bug: Fixed bug related to new SELECT_PAGES option

#### 1.3.6

 * Enhancement: New field type SELECT_PAGES
 * Enhancement: Allow the removal of filters/actions

#### 1.3.5

 * Enhancement: Support for custom category taxonomies

#### 1.3.4

 * Fix: Allow script versioning for easy updates of javascripts

#### 1.3.3

 * Bug: Update from version 1.3.2 required
 * Enhancement: Allow script versioning for easy updates of javascripts

#### 1.3.2

 * Enhancement: Deregister and dequeue all scripts and style on deactivate
 * Feature: Allow registering scripts in the footer of a theme

#### 1.3.1

 * Enhancement: Additional style changes

#### 1.3.0

 * Enhancement: Improved settings UI

#### 1.2.9

 * Enhancement. Now includes all PRO features

#### 1.2.8

 * Fixed bug to handle null options

#### 1.2.7

 * Feature enhancement. Added in a listner function to handle actions and filters
 * Fixed bug to handle null options

#### 1.2.6

 * Bug fix. Fixed error message appearing when editing posts

#### 1.2.5

 * New features. Shortcodes with content now supported.

#### 1.2.4

 * Removed inline functions to support older versions of PHP.

#### 1.2.3

 * Enhancement. Updated support link

#### 1.2.2

 * Required fix to properly store new widget/shortcode attributes into database.

#### 1.2.1

 * Updated admin_notices hooks to not use inline functions.

#### 1.2

 * Enhancement: Before passing fields to display_form, set the id and name for user
   instead of having the user do it.
 * Updated API documentation to reflect that the user no longer has to set id and
   name

#### 1.1

 * Support HTML in plugin descriptions. Strip Tags from Widget descriptions.

#### 1.0

 * Launch

## 额外信息

 *  版本 **2.0.3**
 *  最后更新：**5 年前**
 *  活跃安装数量 **100+**
 *  WordPress 版本 ** 4.5.0 或更高版本 **
 *  已测试的最高版本为 **5.7.15**
 *  语言
 * [English (US)](https://wordpress.org/plugins/tsp-easy-dev/)
 * 标签
 * [framework](https://cn.wordpress.org/plugins/tags/framework/)[learn](https://cn.wordpress.org/plugins/tags/learn/)
   [object oriented](https://cn.wordpress.org/plugins/tags/object-oriented/)
 *  [高级视图](https://cn.wordpress.org/plugins/tsp-easy-dev/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/tsp-easy-dev/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/tsp-easy-dev/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/tsp-easy-dev/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/tsp-easy-dev/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/tsp-easy-dev/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/tsp-easy-dev/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/tsp-easy-dev/reviews/)

## 贡献者

 *   [ Sharron Denice ](https://profiles.wordpress.org/sharrondenice/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/tsp-easy-dev/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://letaprodoit.com/apps/plugins/wordpress/easy-dev-for-wordpress.html)