Linux 软件免费装

Debug wp_redirect()

开发者 sc0ttkclark
更新时间 2022年9月9日 23:52
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

debug redirects wp_redirect

下载

1.1 1.0 2.0 2.0.1 2.1 2.1.1 2.1.2

详情介绍:

Important: It is not recommended you leave debugging enabled when you're done, the debug information exposes file paths of files as well as PHP arguments passed into functions from the PHP debug_backtrace() which may contain sensitive information. This is useful for those times when you have a lot of plugins / theme functions interacting that cause an unknown redirect. This tool helps you figure out what is redirecting and where it's redirecting at in the code. This plugin outputs information about each wp_redirect() and wp_safe_redirect() call done on the front and in the admin area of a site. Usage: Enabling with the setting You can enable redirect debugging by going to Settings > Debug wp_redirect() on your site or in your network settings (if network activated). You have the option to enable debugging for frontend requests and/or admin dashboard requests. You also have the ability to only show debugging if the person is logged in or is an admin. If you encounter problems with this plugin blocking redirects you need for logging in or being able to disable the redirect, simply rename the plugin or define this in your wp-config.php file: define( 'DEBUG_WP_REDIRECT', false ); Usage: Enabling through wp-config.php You can define constants in your wp-config.php file to enable redirect handling for frontend / admin dashboard requests. Constants override any options set in the admin settings page. Usage: Enabling debugging through PHP in your own code You can enable/disable debugging when you have your own code you want to start/stop debugging after a certain point. These functions will start/stop debugging the redirects whether it's on a frontend or admin dashboard request. Usage: As an mu-plugin Take the debug-wp-redirect.php file and add it to your mu-plugin folder in a location like: /wp-content/mu-plugins/debug-wp-redirect.php You won't need any other files. The admin settings page will not show up so you will need to use mu-plugin mode specifically with the constants for wp-config.php as documented above. Contribute to make this plugin better You can help to make this plugin better through GitHub or sponsor my time.

安装:

  1. Unpack the entire contents of this plugin zip file into your wp-content/plugins/ folder locally
  2. Upload to your site
  3. Navigate to wp-admin/plugins.php on your site (your WP Admin plugin page)
  4. Activate this plugin
OR you can just install it with WordPress by going to Plugins >> Add New >> and type this plugin's name

更新日志:

2.1.2 - September 9th, 2022 2.1.1 - September 9th, 2022 2.1 - March 11th, 2022 2.0.1 - March 5th, 2022 2.0 - June 4th, 2021 1.1 1.0