Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
subversal
/
video
/
wp-content
/
plugins
/
backup_1740598049
/
includes
:
Installer.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Simple301Redirects; class Installer { public function migrate() { $this->set_version_number(); } public function set_version_number() { if (get_option('simple301redirects_version') != SIMPLE301REDIRECTS_VERSION) { update_option('simple301redirects_version', SIMPLE301REDIRECTS_VERSION); } } }