Support

Account

Home Forums ACF PRO acf/render_field: how to render something AFTER the field? Reply To: acf/render_field: how to render something AFTER the field?

  • Use a priority on your filter higher than 10

    add_action( 'acf/render_field', 'action_function_name', 20, 1 );