Linux 软件免费装

Plugin Name

开发者 ollieread
更新时间 2011年3月11日 01:48
PHP版本: 3.0 及以上
WordPress版本: 3.1

标签

removal magic quotes

下载

详情介绍:

WP-NMMQ or WordPress No more magic quotes is a small and simple plugin that reverses the add_magic_quotes() code within the WordPress core that automatically escapes $_POST, $_GET, $_COOKIE and $_SERVER without any regard for the magic_quotes setting within php.ini.

安装:

  1. Extract the archive wherever you want
  2. Move the WP-NMMQ.php plugin file to /wp-content/plugins/
  3. Upload and enabled via the admin area

常见问题:

What exactly does this plugin enable me to do?

It enables you to create WordPress plugins that handle data passed via $POST, $_GET, $_COOKIE or $SERVER without having to write your own hack to prevent WordPress escaping it.

Will this plugin benefit me?

This plugin will only really benefit you, if you are an individual planning on developing a WordPress plugin that uses one of the predefined data variables as listed above.