{"id":15650592,"url":"https://github.com/log1x/acf-move-wp-editor","last_synced_at":"2025-04-30T17:04:47.178Z","repository":{"id":25210010,"uuid":"103457855","full_name":"Log1x/acf-move-wp-editor","owner":"Log1x","description":"This is a simple ACF Field that moves the WordPress content editor of a post or page to the location of this field.","archived":false,"fork":false,"pushed_at":"2022-03-02T10:54:29.000Z","size":74,"stargazers_count":34,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T17:04:39.870Z","etag":null,"topics":["acf","acf-field","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Log1x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-13T22:20:34.000Z","updated_at":"2024-10-08T14:33:46.000Z","dependencies_parsed_at":"2022-07-27T05:02:26.887Z","dependency_job_id":null,"html_url":"https://github.com/Log1x/acf-move-wp-editor","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Facf-move-wp-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Facf-move-wp-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Facf-move-wp-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Facf-move-wp-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Log1x","download_url":"https://codeload.github.com/Log1x/acf-move-wp-editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251748946,"owners_count":21637417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acf","acf-field","wordpress","wordpress-plugin"],"created_at":"2024-10-03T12:35:10.033Z","updated_at":"2025-04-30T17:04:47.104Z","avatar_url":"https://github.com/Log1x.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACF Move WP Editor\n[![Packagist](https://img.shields.io/packagist/v/log1x/acf-move-wp-editor.svg?style=flat-square)](https://packagist.org/packages/log1x/acf-move-wp-editor)\n[![Packagist Downloads](https://img.shields.io/packagist/dt/log1x/acf-move-wp-editor.svg?style=flat-square)](https://packagist.org/packages/log1x/acf-move-wp-editor)\n\nThis is a simple ACF Field that moves the WordPress content editor of a post or page to the location of this field.\n\nThis can be useful for cleaning up your Edit Post screen with something like ACF tabs:\n\n![Example](https://log1x.com/screenshots/2017-09-13_17-16-47_QrdD0.png)\n\n## Installation\nInstall ACF Move WP Editor using Composer:\n\n```\n$ composer require log1x/acf-move-wp-editor\n```\n\n## Recommended Filters\nThe 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.\n\n```php\n/**\n * Unregister the editor expand script.\n *\n * @return void\n */\nadd_action('admin_init', function () {\n    wp_deregister_script('editor-expand');\n});\n\n/**\n * Disable TinyMCE's autoresize.\n *\n * @param  array $init\n * @return array\n */\nadd_filter('tiny_mce_before_init', function ($init) {\n    unset($init['wp_autoresize_on']);\n    return $init;\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog1x%2Facf-move-wp-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flog1x%2Facf-move-wp-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog1x%2Facf-move-wp-editor/lists"}