Title: Axio Core
Author: Generaxion
Published: <strong>2022년 1월 19일</strong>
Last modified: 2022년 1월 19일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/axio-core/#description)
 * [평가](https://ko.wordpress.org/plugins/axio-core/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/axio-core/#installation)
 * [개발](https://ko.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/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/axio-core/)을
[RSS](https://plugins.trac.wordpress.org/log/axio-core/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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**
 *  최근 업데이트: **5년 전**
 *  활성화된 설치 **300+**
 *  워드프레스 버전 ** 5.0.0 또는 그 이상 **
 *  다음까지 시험됨: **5.8.14**
 *  PHP 버전 ** 7.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/axio-core/)
 * 태그:
 * [core](https://ko.wordpress.org/plugins/tags/core/)
 *  [고급 보기](https://ko.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/)