Title: Aucor core
Author: Generaxion
Published: <strong>Agẹmọ  31, 2019</strong>
Last modified: Ọ̀wàrà 7, 2020

---

Ṣàwárí àwọn plugin

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

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

# Aucor core

 Láti ọwọ́ [Generaxion](https://profiles.wordpress.org/aucor/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/aucor-core.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/aucor-core/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/aucor-core/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/aucor-core/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/aucor-core/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/aucor-core/)

## Àpèjúwe

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 [aucor-starter](https://github.com/aucor/aucor-starter)
but functions on its own as well. Use the site specific plugin to configure the 
specs of this plugin.

### 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:

 * gallery
 * image-links
 * login
 * admin menu cleanup
 * notifications
 * profile cleanup
 * remove customizer

classic-editor:

 * tinymce

dashboard:

 * cleanup
 * recent widget
 * remove panels

front-end:

 * excerpt
 * html fixes

localization:

 * polyfill
 * string translations

plugins:

 * acf
 * gravityforms
 * redirection
 * seo
 * yoast

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(‘aucor_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Ìtumọ̀ Yorùbá: ’t want with filters. This need to be done in a separate plugin,
however, because the hooks that the features latch onto are executed earlier than
the theme setup, so filters in e.g. functions.php wonÌtumọ̀ Yorùbá: ’t have any 
effect. Here is a minimal code snippet you can use to disable features:

    ```
    <?php
    /**
     * Plugin Name: YOUR PLUGIN NAME
     */

    // disable a feature in Aucor Core
    add_filter('feature or subfeature key', '__return_false');
    ```

Put this snippet in a file called plugin.php, in a directory named [YOUR PLUGIN 
NAME], and place the directory under the /plugins/ directory with your other plugins.

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

## Ìgbéwọlẹ̀

Download and activate. ThatÌtumọ̀ Yorùbá: ’s it.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Aucor core” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí
plugin yìí.

Àwọn Olùkópa

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

[Túmọ̀ “Aucor core” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/aucor-core)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/aucor-core/), ṣàyẹ̀wò 
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/aucor-core/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/aucor-core/) nípasẹ̀
[RSS](https://plugins.trac.wordpress.org/log/aucor-core/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.1.4

Revert main file to “plugin.php” and add fallback to “aucor-core.php” for any sites
activated during renamed version. There is duplicate plugin entry in plugins list
with name “Aucor Core (Backwards Compatibility, Do Not Delete)”. This is just for
old sites that used the renamed plugin file and running it just includes the right
plugin file and changes active plugin file to database and deactivates that file.
Even if both files are running (via mu-plugins) no harm is done. You cannot delete
this file as it will delete the whole plugin. This is temporary migration period(
maybe 1-2 years) to get all the sites on board after it can be removed.

#### 1.1.3

Fix issue with renaming plugin.php that caused fatal error on update.

#### 1.1.1

Readme update, testing up to latest WP version.

#### 1.1

Fixes to features along with more robust testing.

#### 1.0

Initial release.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.1.4**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 6 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 4.7.3 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **5.5.18**
 *  Ẹ̀yà PHP ** 7.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/aucor-core/)
 * Àmì
 * [core](https://yor.wordpress.org/plugins/tags/core/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/aucor-core/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

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

[See all reviews](https://wordpress.org/support/plugin/aucor-core/reviews/)

## Àwọn Olùkópa

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

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/aucor-core/)