Plugin Directory

Changeset 2398815


Ignore:
Timestamp:
10/13/2020 04:21:52 PM (5 years ago)
Author:
rupamhazra
Message:

ALter Table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mapping-multiple-urls-redirect-same-page/trunk/mapping-multiple-urls-redirect-same-page.php

    r2332968 r2398815  
    33* Plugin Name: Mapping multiple URLs redirect same page
    44* Description: Mapping multiple URLs redirect same page,post,category,tags,custom post types.
    5 * Version: 5.4
     5* Version: 5.5
    66* Author: Rupam Hazra
    77* Author URI: http://rstar.dx.am
     
    150150                  `post_of_custom_post_type` varchar(50) DEFAULT NULL,
    151151                  `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,
    152156                  `created_by` varchar(30) DEFAULT NULL,
    153157                  `created_date` datetime DEFAULT NULL,
    154158                  PRIMARY KEY (`id`)
    155159            ) $charset_collate;";
     160    require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
    156161    dbDelta($sql);
    157162}
Note: See TracChangeset for help on using the changeset viewer.