[WordPress] 外掛分享: Snillrik Settings

WordPress 外掛 Snillrik Settings 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Snillrik Settings」是 2022-10-25 上架。
  • 目前有 30 個安裝啟用數。
  • 上一次更新是 2026-01-06,距離現在已有 50 天。
  • 外掛最低要求 WordPress 4.5 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4.0 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

mattiaspkallio |

外掛標籤

common settings |

內容簡介

這個 WordPress 外掛讓你輕鬆開啟和關閉某些設置,這些設置通常需要使用 WordPress 的擴展、程式碼修改或過濾器來實現。

關閉 Gutenberg 編輯器

可以關閉默認的編輯器,改用經典編輯器。

關閉新小工具

可以關閉新版的小工具,改用經典小工具。

關閉評論

可以關閉評論,包括前端和管理後台。不會刪除舊有的評論。

登錄頁面重定向

可以選擇一個頁面,登錄後會自動重定向到該頁面。管理員仍會被重定向到 wp-admin 管理員面板。

登出頁面重定向

可以選擇一個頁面,登出後會自動重定向到該頁面。

資料檔案頁面重定向

可以選擇一個頁面,並將個人檔案連結重定向到該頁面(例如管理工具列中的連結)。

頁面標題

可以使用 filter the_title 函數,在內容中有一個 H1 標籤時不顯示標題。這個設置的想法是,如果你想在標題之前加上大圖片或其他內容,只需在想要的地方添加一個 H1 標籤,就可以隱藏自動產生的標題了。

前端工具列

可以不在前端顯示管理工具列。

電子郵件

可以將所有電子郵件全部重定向到管理員電子郵件地址,以確保客戶或用戶不會收到電子郵件。
通常主要用於開發和測試。

默認電子郵件帳號

可以設置所有從網站發送的電子郵件的默認名稱和電子郵件地址,例如 [email protected] 郵件。

XMLRPC

可以關閉 xmlrpc.php 文件。XMLRPC 用於與 WP 進行通信,大多數情況下不需要使用,但黑客可以通過它攻擊你的網站。

WooCommerce

如果網站上啟用了 WooCommerce,可以選擇在“添加到購物車”後重定向到結帳頁面,跳過購物車部分。

獲取 WordPress 自定義工具列

在像 Twentytwentytwo 這樣的佈景主題中,很難找到自定義工具列的連結。這會將它添加到外觀下的下拉菜單中,便於使用。

原文外掛簡介

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 [email protected] 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.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Snillrik Settings」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.4.0 | 1.4.5 | 1.4.6 | 1.5.0 | trunk | 1.3.0.1 |

延伸相關外掛(你可能也想知道)

暫無相關外掛推薦。

文章
Filter
Mastodon