Changes between Initial Version and Version 2 of Ticket #54466
- Timestamp:
- 12/19/2021 04:37:58 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54466
-
Property
Status
changed from
newtoclosed -
Property
Resolution
changed from
toduplicate -
Property
Milestone
changed from
Awaiting Reviewto
-
Property
Status
changed from
-
Ticket #54466 – Description
initial v2 14 14 add_rewrite_rule( '/([^/]*)/([^/]*)/?', 'index.php?post_type=page&pagename=$matches[1]&query1=$matches[2]', 'top' ); 15 15 16 //Save the last modified date of the file in a Word press option16 //Save the last modified date of the file in a WordPress option 17 17 update_option( 'custom_rewrite_rules_date', filemtime( __FILE__ ) ); 18 18 flush_rewrite_rules();