AdvancedCustomFields / acf

Advanced Custom Fields
http://advancedcustomfields.com/
835 stars 171 forks source link

word and Character counter for ACF WYSIWYG Field #868

Closed JohnGiddi closed 1 year ago

JohnGiddi commented 1 year ago

I use This code found in GT Hub. Can someone give me a lead how to extent the events for counting At clicking on the field?

`function my_acf_input_admin_footer() {

?>

<?php

}

add_action('acf/input/admin_footer', 'my_acf_input_admin_footer');`

lgladdy commented 1 year ago

Hey @JohnGiddi,

Please post this over at our community support forum, https://support.advancedcustomfields.com

We use GitHub issues only for technical bug reports. Thanks!