Title: Axio Core
Author: Generaxion
Published: <strong>2022 年 1 月 19 日</strong>
Last modified: 2022 年 1 月 19 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://ps.w.org/axio-core/assets/icon-256x256.png?rev=2659974)

# Axio Core

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

[下載](https://downloads.wordpress.org/plugin/axio-core.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/axio-core/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/axio-core/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/axio-core/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/axio-core/#developers)

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

## 外掛說明

The plugin contains the features and settings generally deemed to be the most commonly
used in all projects. It is meant to be used together with [axio-starter](https://github.com/generaxion/axio-starter)
but functions on its own as well. Use the site specific plugin to configure the 
specs of this plugin.

This plugin replaces the previous Aucor Core and is backwards compatible with same
function and filter names working.

### Contents

#### Abstract Classes

Directory: root

The models the features are built on

#### Features and subfeatures

Directory: `/features/`

Features (containing subfeatures) ranging from security settings to speed optimizations
and dashboard cleanup.

admin:

 * front page edit link
 * gallery
 * image-links
 * login
 * admin menu cleanup
 * notifications
 * profile cleanup
 * remove customizer

classic-editor:

 * tinymce

dashboard:

 * cleanup
 * recent widget
 * remove panels

front-end:

 * clean up empty html nodes
 * excerpt
 * html fixes

localization:

 * string translations

plugins:

 * acf
 * cookiebot
 * gravityforms
 * redirection
 * public post preview
 * seo
 * yoast

polyfills:

 * acf
 * polylang

security:

 * disable admin email check
 * disable file edit
 * disable unfiltered html
 * head cleanup
 * hide users
 * remove comment moderation
 * remove commenting

speed:

 * limit revisions
 * move jquery
 * remove emojis
 * remove metabox

debug:

 * style guide
 * wireframe

#### Helper functions

Directory: root

Contains functions, like enhanced (internal) debugging, for all features/subfeatures
to use

### Configuration (optional)

#### “Active” subfeatures

 * The _style guide_ subfeature overrides the WP function `the_content()` with default
   markup for testing the most common tag styles, when the GET parameter ‘?ac-debug
   =styleguide’ is found in the url. You can however replace this markup with a 
   filter:
 * add_filter(‘axio_core_custom_markup’, function($content) {
    $content = ‘custom
   markup’; return $content; });
 * The _wireframe_ subfeature adds outlines to all elements on page to help with
   visual debugging, when the GET parameter ‘?ac-debug=wireframe’ is found in the
   url. It also appends ‘?ac-debug=wireframe’ to the href value in all anchor tags
   on the page to keep the feature enabled during navigation.

#### Disable feature/subfeature

By default all the features/subfeatures are on, but you can disable the ones you
don’t want with filters in theme or plugin. Here is a minimal code snippet you can
use to disable features:

    ```
    <?php
    // disable a feature in Axio Core
    add_filter('feature or subfeature key', '__return_false');
    ```

Note that if you disable a feature, all underlying subfeatures will be disabled 
as well.

## 安裝方式

Download and activate. That’s it.

## 使用者評論

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

## 參與者及開發者

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

參與者

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

[將〈Axio Core〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/axio-core)

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

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

## 變更記錄

#### 1.1.2

Added feature to force suffix to attachment page slugs to prevent attachments from
reserving nice slugs.

#### 1.1.1

Enhanced data sanitazing on echoing functions, fix metadata errors, move to local
placeholder image on styleguide.

#### 1.1.0

Add possibility to force ACF block mode, hide Cookiebot admin notice and extend 
Public Post Preview nonce.

#### 1.0.0

Initial release.

## 中繼資料

 *  版本 **1.1.2**
 *  最後更新 **4 年前**
 *  啟用安裝數 **300+**
 *  WordPress 版本需求 ** 5.0.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **5.8.13**
 *  PHP 版本需求 ** 7.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/axio-core/)
 * 標籤:
 * [core](https://tw.wordpress.org/plugins/tags/core/)
 *  [進階檢視](https://tw.wordpress.org/plugins/axio-core/advanced/)

## 評分

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

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

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

## 參與者

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

## 技術支援

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

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