Changeset 2398815
- Timestamp:
- 10/13/2020 04:21:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mapping-multiple-urls-redirect-same-page/trunk/mapping-multiple-urls-redirect-same-page.php
r2332968 r2398815 3 3 * Plugin Name: Mapping multiple URLs redirect same page 4 4 * Description: Mapping multiple URLs redirect same page,post,category,tags,custom post types. 5 * Version: 5. 45 * Version: 5.5 6 6 * Author: Rupam Hazra 7 7 * Author URI: http://rstar.dx.am … … 150 150 `post_of_custom_post_type` varchar(50) DEFAULT NULL, 151 151 `regular_expression` text DEFAULT NULL, 152 `is_seo` int(10) DEFAULT NULL, 153 `meta_title` text DEFAULT NULL, 154 `meta_keywords` text DEFAULT NULL, 155 `meta_description` text DEFAULT NULL, 152 156 `created_by` varchar(30) DEFAULT NULL, 153 157 `created_date` datetime DEFAULT NULL, 154 158 PRIMARY KEY (`id`) 155 159 ) $charset_collate;"; 160 require_once( ABSPATH . 'wp-admin/includes/upgrade.php' ); 156 161 dbDelta($sql); 157 162 }
Note: See TracChangeset
for help on using the changeset viewer.