Closed JohnGiddi closed 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');`
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!
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');`