A
by delwinv 0 (0 reviews)

ACF WYSIWYG Styling

Provides the necessary CSS classes in ACF WYSYWIG editor to allow for complete styling of the admin interface.

ACF WYSIWYG Styling ranks #17,834 among WordPress.org plugins with 80+ active installations, is #409 of 1,148 in the Editor & Writing category, and was last updated Aug 27, 2015. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 4.3.34 (Current: 7.1.2)
v1.0 Current Version v1.0
Updated 11 years ago Last Update on 27 Aug, 2015
Refreshed 8 hours ago Last Refreshed on
#409 of 1,148 in Editor & Writing Top 25% by installs No update in over a year
View on WordPress.org
Rank
#17,834
-36 this week
Active Installs
80+
-7%
KW Avg Position
N/A
No change
Downloads
3.4K
+1 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 90

Total Progress 40%
80+ 90+
1,815
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 6 more installs to reach 90+

Rank Changes

17,685 17,722 17,760 17,798 17,835 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
17,680 17,728 17,776 17,823 17,871 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #17,834
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about ACF WYSIWYG Styling

Not at all. For the time being ACF doesn't add these classes to the editor, but you can do it either by installing this plugin or by placing the following code in your functions.php file: function acf_plugin_wysiwyg_styling() { ?> <script> (function($) { acf.add_filter('wysiwyg_tinymce_settings', function(mceInit, id) { var mceInitElements = $('#' + mceInit.elements); var acfEditorField = mceInitElements.closest('.acf-field[data-type="wysiwyg"]'); var fieldKey = acfEditorField.data('key'); var fieldName = acfEditorField.data('name'); var flexContentName = mceInitElements.parents('[data-type="flexible_content"]').first().data('name'); var layoutName = mceInitElements.parents('[data-layout]').first().data('layout'); mceInit.body_class += " acf-field-key-" + fieldKey; mceInit.body_class += " acf-field-name-" + fieldName; if (flexContentName) { mceInit.body_class += " acf-flex-name-" + flexContentName; } if (layoutName) { mceInit.body_class += " acf-layout-" + layoutName; } return mceInit; }); })(jQuery); </script> <?php } add_action('acf/input/admin_footer', 'acf_plugin_wysiwyg_styling');
Not with this plugin. The prefixes are hard-coded to acf-field-key-, acf-field-name-, acf-flex-name- and acf-layout-. If you wish to change these prefixes, I would suggest not using this plugin and using the code shown above in your functions.php, changing the desired prefixes in the code.
I doubt it. Hopefully the developers of ACF provide this functionality in an upcoming version themselves, since it is quite simple and really should be part of the core function. At that time, this plugin will become redundant. I look forward to that date :-)
Again, this is a plugin to provide very basic functionality that allows for complete targetting of WYSIWYG editors within the ACF framework. I don't plan on adding any functionality to the plugin. But the code is released under GPLv2, so go at it yourself if you so desire!

Sign In / Register

You need to sign in or register to use this feature.