Changeset 3433353
- Timestamp:
- 01/06/2026 08:47:34 AM (3 months ago)
- Location:
- all-404-redirect-to-homepage
- Files:
-
- 26 added
- 2 edited
-
tags/5.4 (added)
-
tags/5.4/all-404-redirect-to-homepage.php (added)
-
tags/5.4/cf_dropdown.php (added)
-
tags/5.4/functions.php (added)
-
tags/5.4/images (added)
-
tags/5.4/images/action_success.png (added)
-
tags/5.4/images/dialog-warning.png (added)
-
tags/5.4/images/error.png (added)
-
tags/5.4/images/gradient_color_bg.gif (added)
-
tags/5.4/images/gray_bg.gif (added)
-
tags/5.4/images/large-info.png (added)
-
tags/5.4/images/seo-redirect.png (added)
-
tags/5.4/images/seopro.png (added)
-
tags/5.4/js (added)
-
tags/5.4/js/canvasjs.min.js (added)
-
tags/5.4/js/custom.js (added)
-
tags/5.4/license.txt (added)
-
tags/5.4/option_page.php (added)
-
tags/5.4/readme.txt (added)
-
tags/5.4/screenshot-1.png (added)
-
tags/5.4/screenshot-2.png (added)
-
tags/5.4/screenshot-3.png (added)
-
tags/5.4/screenshot-4.png (added)
-
tags/5.4/stylesheet.css (added)
-
tags/5.4/uninstall.php (added)
-
trunk/all-404-redirect-to-homepage.php (modified) (2 diffs)
-
trunk/js/canvasjs.min.js (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
all-404-redirect-to-homepage/trunk/all-404-redirect-to-homepage.php
r3330568 r3433353 5 5 Description: a plugin to redirect 404 pages to home page or any custom page 6 6 Author: wp-buy 7 Version: 5. 37 Version: 5.4 8 8 Author URI: https://www.wp-buy.com 9 9 */ … … 33 33 function p404_enqueue_canvasjs() 34 34 { 35 wp_enqueue_script('canvasjs-404', 'https://cdn.canvasjs.com/canvasjs.min.js', array(), null, true); 35 //wp_enqueue_script('canvasjs-404', 'https://cdn.canvasjs.com/canvasjs.min.js', array(), null, true); 36 wp_enqueue_script('canvasjs-404', plugin_dir_url(__FILE__) . '/js/canvasjs.min.js', array(), null, true); 36 37 } 37 38 -
all-404-redirect-to-homepage/trunk/readme.txt
r3330573 r3433353 5 5 License: GPLv2 or later 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 Tested up to: 6. 8.28 Stable tag: 5. 37 Tested up to: 6.9 8 Stable tag: 5.4 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 … … 52 52 53 53 == Changelog == 54 55 = 5.4 = 56 * Added CanvasJS support for statistics and charts 57 * Loaded scripts only on plugin settings page to improve performance 54 58 55 59 = 5.3 =
Note: See TracChangeset
for help on using the changeset viewer.