Plugin Directory

Changeset 2786277


Ignore:
Timestamp:
09/17/2022 09:43:02 AM (4 years ago)
Author:
synthiasoft
Message:

flush-mod-rewrit

Location:
print-bangla-news/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • print-bangla-news/trunk/print-bangla-news.php

    r2786255 r2786277  
    77 * Author: SynthiaSoft
    88 * Author URI: https://synthasoft.com/
    9  * Version: 1.0.2
     9 * Version: 1.0.3
    1010 * License: GPL2 or later
    1111 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    105105    return (array) $links;
    106106}
     107
     108
     109function PrintNews_active() {
     110
     111      flush_rewrite_rules(); 
     112}
     113register_activation_hook( __FILE__, 'PrintNews_active' );
  • print-bangla-news/trunk/readme.txt

    r2786255 r2786277  
    55Requires at least: 6.0.2
    66Tested up to: 6.0.2
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.