Changeset 3092670
- Timestamp:
- 05/26/2024 01:49:23 PM (22 months ago)
- Location:
- ultimate-410
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.7 (copied) (copied from ultimate-410/trunk)
-
tags/1.1.7/src/Plugin.php (modified) (2 diffs)
-
tags/1.1.7/ultimate-410.php (modified) (1 diff)
-
trunk/src/Plugin.php (modified) (2 diffs)
-
trunk/ultimate-410.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-410/tags/1.1.7/src/Plugin.php
r3074532 r3092670 55 55 : untrailingslashit($wp->request); 56 56 57 if ($request === '') { 58 return; 59 } 60 57 61 foreach ($this->customTable->getAllRules() as $rule) { 58 62 $tester = new RuleTester($rule); … … 107 111 } 108 112 109 add_action('template_redirect', [$this, 'templateRedirect'] , 0);113 add_action('template_redirect', [$this, 'templateRedirect']); 110 114 } 111 115 } -
ultimate-410/tags/1.1.7/ultimate-410.php
r3089509 r3092670 3 3 * Plugin Name: Ultimate 410 4 4 * Description: Ultimate 410 HTTP Status Code plugin. 5 * Version: 1.1. 65 * Version: 1.1.7 6 6 * Author: tinyweb, 7iebenschlaefer, alpipego 7 7 * Author URI: https://tinyweb.com/ -
ultimate-410/trunk/src/Plugin.php
r3074532 r3092670 55 55 : untrailingslashit($wp->request); 56 56 57 if ($request === '') { 58 return; 59 } 60 57 61 foreach ($this->customTable->getAllRules() as $rule) { 58 62 $tester = new RuleTester($rule); … … 107 111 } 108 112 109 add_action('template_redirect', [$this, 'templateRedirect'] , 0);113 add_action('template_redirect', [$this, 'templateRedirect']); 110 114 } 111 115 } -
ultimate-410/trunk/ultimate-410.php
r3089509 r3092670 3 3 * Plugin Name: Ultimate 410 4 4 * Description: Ultimate 410 HTTP Status Code plugin. 5 * Version: 1.1. 65 * Version: 1.1.7 6 6 * Author: tinyweb, 7iebenschlaefer, alpipego 7 7 * Author URI: https://tinyweb.com/
Note: See TracChangeset
for help on using the changeset viewer.