PHPackages                             log1x/acf-move-wp-editor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. log1x/acf-move-wp-editor

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

log1x/acf-move-wp-editor
========================

A simple ACF Field that moves the WordPress content editor of a post or page to the location of this field.

v1.0.1(7y ago)361.1k4[1 PRs](https://github.com/Log1x/acf-move-wp-editor/pulls)MITPHPPHP &gt;=7

Since Sep 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Log1x/acf-move-wp-editor)[ Packagist](https://packagist.org/packages/log1x/acf-move-wp-editor)[ Docs](https://github.com/log1x/acf-move-wp-editor)[ RSS](/packages/log1x-acf-move-wp-editor/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

ACF Move WP Editor
==================

[](#acf-move-wp-editor)

[![Packagist](https://camo.githubusercontent.com/685ca72306ea807975a9757fb810f088e3097340c587b5e5b3664c6c11572797/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6f6731782f6163662d6d6f76652d77702d656469746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/log1x/acf-move-wp-editor)[![Packagist Downloads](https://camo.githubusercontent.com/1b08c709f6c9664820445bec630599474d20c6776bce0d3a29ed09e1b8f04de3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6f6731782f6163662d6d6f76652d77702d656469746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/log1x/acf-move-wp-editor)

This is a simple ACF Field that moves the WordPress content editor of a post or page to the location of this field.

This can be useful for cleaning up your Edit Post screen with something like ACF tabs:

[![Example](https://camo.githubusercontent.com/cb20f997d87f2a3981151413f65cda94b05b715d69ce468fbb005a0527e562b7/68747470733a2f2f6c6f6731782e636f6d2f73637265656e73686f74732f323031372d30392d31335f31372d31362d34375f51726444302e706e67)](https://camo.githubusercontent.com/cb20f997d87f2a3981151413f65cda94b05b715d69ce468fbb005a0527e562b7/68747470733a2f2f6c6f6731782e636f6d2f73637265656e73686f74732f323031372d30392d31335f31372d31362d34375f51726444302e706e67)

Installation
------------

[](#installation)

Install ACF Move WP Editor using Composer:

```
$ composer require log1x/acf-move-wp-editor

```

Recommended Filters
-------------------

[](#recommended-filters)

The filters below remove the TinyMCE editor feature that expands its container to the height of the content as well as removes the option from the Help menu.

```
/**
 * Unregister the editor expand script.
 *
 * @return void
 */
add_action('admin_init', function () {
    wp_deregister_script('editor-expand');
});

/**
 * Disable TinyMCE's autoresize.
 *
 * @param  array $init
 * @return array
 */
add_filter('tiny_mce_before_init', function ($init) {
    unset($init['wp_autoresize_on']);
    return $init;
});
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~379 days

Total

2

Last Release

2780d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5745907?v=4)[Brandon](/maintainers/Log1x)[@Log1x](https://github.com/Log1x)

---

Top Contributors

[![Log1x](https://avatars.githubusercontent.com/u/5745907?v=4)](https://github.com/Log1x "Log1x (4 commits)")

---

Tags

acfacf-fieldwordpresswordpress-pluginwordpress

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/log1x-acf-move-wp-editor/health.svg)

```
[![Health](https://phpackages.com/badges/log1x-acf-move-wp-editor/health.svg)](https://phpackages.com/packages/log1x-acf-move-wp-editor)
```

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[cedaro/gravity-forms-iframe

Embed a Gravity Form on any site using an iframe.

1563.0k](/packages/cedaro-gravity-forms-iframe)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
