Title: Snillrik Settings
Author: mattiaspkallio
Published: <strong>2022 年 10 月 26 日</strong>
Last modified: 2026 年 5 月 20 日

---

搜尋外掛

![](https://ps.w.org/snillrik-settings/assets/banner-772x250.jpg?rev=2909394)

![](https://ps.w.org/snillrik-settings/assets/icon.svg?rev=2804543)

# Snillrik Settings

 由 [mattiaspkallio](https://profiles.wordpress.org/mattiaspkallio/) 開發

[下載](https://downloads.wordpress.org/plugin/snillrik-settings.1.5.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/snillrik-settings/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/snillrik-settings/#reviews)
 * [開發資訊](https://tw.wordpress.org/plugins/snillrik-settings/#developers)

 [技術支援](https://wordpress.org/support/plugin/snillrik-settings/)

## 外掛說明

To easily turn on and off some settings that often is done with hooks, hacks or 
filters in WordPress.

### Turn off Gutenberg

To turn off the default editor and use classic instead.

### Turn off new Widgets

To use classic widgets instead of the new.

### Turn off comments

For turning off the comments, both the fronten and in admin. Does not delete old
comments.

### Redirect login

Select a page to redirect to after logging in. Admins will still redirect to wp-
admin.

### Redirect logout

Select a page to redirect to after logging out.

### Redirect profile

Select a page to redirect the profile link to, (the one in the admin bar etc.)

### login logo

Use the logo set in the customizer as login logo. If no logo is set, it will use
the default logo.

### Titles on pages

Filter the_title -function to not show a title if there is a H1 in content. The 
Idea is that if you have a large image or other stuff that you want above the title,
you just add a H1 where you want it and the automatic one will not be shown.

### Admin toolbar in frontend

Does not show the toolbar in fronted. You can select witch roles that should still
see it.

### E-mails

Redirect all emails to admin to ensure that customers or users get no emails.
 Probably
mostly used for development and testing.

### Default email

Set the default name and email address for all emails sent from the site. ie the
wordpress@mydomain.org mail.

### XMLRPC

Turn off xmlrpc.php xmlrpc is used to communicate with WP and is mostly not used,
but it is a way for haxxor type people to attack your site.

### Speculative loading

This turns off, or sets the mode and eagerness, of the Speculative loading of the
page. This is a new feature in WP 6.8 that loads the page before you click on it.

While it’s mostly a good feature, but i might need some tweaking or turning off.

### WooCommerce

If WooCommerce is active on the site, you can choose to redirect to Checkout after“
add to cart”, so skipping the cart-part.

A very simple honeypot-function for the register form.

### Get the WordPress customizer back

In themes like the Twentytwentytwo it’s really hard to find the link to the customizer.
This adds it under Appearance, …where he belongs!

### Colors for Categories.

Add a color field to the category to be able to add a color to the category. you
get it by using something like this:
 get_term_meta( $post_term_id, ‘category_color’,
true )

It has a filter for what taxonomies to use, so it can be used for other taxonomies
than categories.
 add_filter(“snset_categories_for_categorycolor”, function ($taxonomies){
$taxonomies[] = “dude-type”; return $taxonomies; }, 10, 1);

### Upload SVG

Allow SVG uploads to the media library. This is a security risk, so use it with 
caution

### Remove WP Emoji

Remove the WP Emoji script and styles. This is a performance improvement, since 
it removes a lot of unnecessary code that is loaded on every page.

## 螢幕擷圖

[[

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Snillrik Settings〉的開發相關工作。

參與者

 *   [ mattiaspkallio ](https://profiles.wordpress.org/mattiaspkallio/)

[將〈Snillrik Settings〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/snillrik-settings)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/snillrik-settings/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/snillrik-settings/)，或透過 
[RSS](https://plugins.trac.wordpress.org/log/snillrik-settings/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/snillrik-settings/)。

## 變更記錄

1.5.2 – 2026-05.20
 * Tested compatibility with WP 7.0

1.5.1 – 2026-03-30
 * Feature: Added a setting to turn on maintenance mode, which
shows the default WP maintenance page to visitors. * Tested compatibility with WP
6.9.4

1.5.0.1
 * Fixed: settings links in the plugin page did not work.

1.5.0 – 2026-01-06
 * Security: Enhanced input validation and sanitization throughout
all forms * Security: Added nonce verification for category color field operations*
Security: Improved database query security with $wpdb->prepare() for transient deletion*
Security: Added wp_unslash() to all POST data handling * Improved: Better escaping
for all output (esc_attr, esc_url, esc_html) * Improved: Added absint() for numeric
CSS values in login page * Code quality: Added phpcs:ignore comments for validated
safe output via wp_kses * Code quality: Added phpcs:ignore for WooCommerce nonce(
handled by WooCommerce core) * Code quality: Added phpcs:ignore for direct database
queries where WP API is unavailable * Fixed: Proper sanitization of honeypot field
in WooCommerce registration form

1.4.6 – 2025-12-04
 Test compability with WP 6.9 Minor code changes.

1.4.5 – 2025-07-03
 Test compability with WP 6.8.2 Added upload for SVG and removed
WP Emoji. Some minor code structure changes.

1.4.0 – 2025-04-17
 Test compability with WP 6.8 Added a setting for turning off
specualtion loading.

1.3.0.1 – 2025-01-17
 Fixed login logo that did not work on multisites.

1.3.0 – 2024-10-30
 Test compability with WP 6.7

1.2.6.1 – 2024-08-18
 Minor buggfix login logo if no logo is set.

1.2.5 – 2024-08-15
 Minor buggfix and check with 6.6.1

1.2.4 – 2024-03-12
 Added a color field to the category.

1.2.3 – 2023-12-19
 Code prettyfying and more clever honeypot. Still very simple..

1.2.2 – 2023-12-13
 Bugfix space before start of file sometimes caused error message..

1.2.1 – 2023-12-13
 Bugfix missing file.

1.2.0 – 2023-12-13
 Some code prettyfying and minor security fixes.

1.1.7 – 2023-12-13
 Added a very simple honeypot function to the register form.

1.1.5 – 2023-05-08
 CSS fix for the settings page -fix. Changed the top image for
the plugin page.

1.1.4 -2023-03-29
 Had to be able to turn off the admin toolbar in frontend, but
show it for a couple of roles. So added a setting for that. Prettyfying UI Test 
compability with WP 6.2

1.1.3 – 2023-03-27
 Added a link to settings from the pluginspage.

1.1.2 -2023-03-27
 Added a setting for using the logo set in the customizer as login
logo.

1.1.1 – 2023-01-12
 Fixded some bugs, the settings did not register properly.

1.1.0 – 2023-01-06
 Moved all settings html for each setting to its class. Addes
a new setting for default email and email name (ie the wordpress@mydomain.org)

1.0.4 – 2022-12-28
 Added a redirect option for logout.

1.0.3 – 22-12-05
 Fixed minor bug in woo redirect to cart (sometimes it did not 
work) Added a redirect for the profile page. Also changed wrong date in changelog.
🙂

1.0.2 – 2022-11-25
 Checking 6.1.1 and php 8.1.x

1.0.1 adding esc where needed and removed some unused code. Corrected missmatching
versions

1.0.0 first version, still with hope of a bright future.

## 中繼資料

 *  版本 **1.5.2**
 *  最後更新 **1 個月前**
 *  啟用安裝數 **40+**
 *  WordPress 版本需求 ** 4.5 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/snillrik-settings/)
 * 標籤:
 * [common settings](https://tw.wordpress.org/plugins/tags/common-settings/)
 *  [進階檢視](https://tw.wordpress.org/plugins/snillrik-settings/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/snillrik-settings/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/snillrik-settings/reviews/)

## 參與者

 *   [ mattiaspkallio ](https://profiles.wordpress.org/mattiaspkallio/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/snillrik-settings/)