Changeset 3320621
- Timestamp:
- 07/01/2025 12:30:52 PM (8 months ago)
- Location:
- all-404-redirect-to-homepage
- Files:
-
- 3 edited
-
tags/5.2/functions.php (modified) (2 diffs)
-
trunk/functions.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
all-404-redirect-to-homepage/tags/5.2/functions.php
r3320601 r3320621 1092 1092 $site_name = get_bloginfo('name'); 1093 1093 //$period_text = ucfirst(string: $period); 1094 $period_text = ucfirst($period); 1094 1095 $period_text = isset($period) ? ucfirst($period) : 'Weekly'; 1095 1096 1096 1097 … … 1103 1104 { 1104 1105 $site_name = get_bloginfo('name'); 1105 $period_text = ucfirst($period); 1106 //$period_text = ucfirst($period); 1107 $period_text = isset($period) ? ucfirst($period) : 'Weekly'; 1106 1108 $date_range = p404_format_date_range($period, $stats['start_date'], $stats['end_date']); 1107 1109 -
all-404-redirect-to-homepage/trunk/functions.php
r3320601 r3320621 1092 1092 $site_name = get_bloginfo('name'); 1093 1093 //$period_text = ucfirst(string: $period); 1094 $period_text = ucfirst($period);1094 $period_text = isset($period) ? ucfirst($period) : 'Weekly'; 1095 1095 1096 1096 … … 1102 1102 { 1103 1103 $site_name = get_bloginfo('name'); 1104 $period_text = ucfirst($period); 1104 //$period_text = ucfirst($period); 1105 $period_text = isset($period) ? ucfirst($period) : 'Weekly'; 1106 1105 1107 $date_range = p404_format_date_range($period, $stats['start_date'], $stats['end_date']); 1106 1108 -
all-404-redirect-to-homepage/trunk/readme.txt
r3320602 r3320621 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 7 Tested up to: 6.8.1 8 Stable tag: 5. 18 Stable tag: 5.2 9 9 10 10 Using this plugin, you can fix all 404 error links by redirecting them to homepage using the SEO 301 redirection. Improve your SEO rank & pages speed
Note: See TracChangeset
for help on using the changeset viewer.