Changeset 2514963
- Timestamp:
- 04/14/2021 03:10:41 PM (5 years ago)
- Location:
- esselinknu-settings/trunk
- Files:
-
- 3 edited
-
esselink-nu-settings.php (modified) (1 diff)
-
includes/basic-settings.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
esselinknu-settings/trunk/esselink-nu-settings.php
r2477788 r2514963 4 4 * Plugin URI: http://www.esselink.nu 5 5 * Description: Settings plugin for custom WP configuration for Esselink.nu WP websites 6 * Version: 2.6 66 * Version: 2.67 7 7 * Author: Esselink.nu 8 8 * Author URI: http://www.esselink.nu 9 9 **/ 10 $esselink_nu_settings_verson = 2.6 6;10 $esselink_nu_settings_verson = 2.67; 11 11 12 12 // Block access to this file -
esselinknu-settings/trunk/includes/basic-settings.php
r2391647 r2514963 149 149 add_filter( 'auto_update_theme', '__return_true' ); 150 150 } 151 152 151 153 152 // Set auto update Plugins … … 176 175 } 177 176 177 // Litespeed custom config 178 if(get_option('litespeed.conf.esi') == false) 179 { 180 update_option( 'litespeed.conf.esi', 1 ); 181 182 $esinonce = unserialize('a:4:{i:0;s:11:"stats_nonce";i:1;s:15:"subscribe_nonce";i:2;s:7:"wp_rest";i:3;s:6:"wpcf7*";}'); 183 update_option('litespeed.conf.esi-nonce', $esinonce); 184 } 185 186 178 187 // Remove WP Default favicon 179 188 add_action( 'do_faviconico', function() { -
esselinknu-settings/trunk/readme.txt
r2477788 r2514963 3 3 Tags: esselink.nu,esselink 4 4 Requires at least: 4.0 5 Tested up to: 5. 65 Tested up to: 5.7 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 162 162 = 2.66 = 163 163 * Minor bugfix for redirects function 164 = 2.67 = 165 * Added LiteSpeed cache support 164 166 165 167 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.