• Advanced Custom Fields

  • PRO
  • Documentation
  • Blog
  • Support
  • Account
  • Purchase
  • Download

acf/field_group/admin_footer

Documentation Actions acf/field_group/admin_footer

Last updated Feb 17, 2022

Description

Used to output additional <body> HTML to the field group admin edit page.

This action is similar to the WordPress admin_footer, except that it is only fired on the field group admin edit page.

Changelog

  • Added in version 5.0.0

Example

This example demonstrates how to output additional inline style and script tags to customize field group settings.

functions.php

<?php
add_action('acf/field_group/admin_footer', 'my_acf_field_group_admin_footer');
function my_acf_field_group_admin_footer() {
    ?>
    <style type="text/css">
        /* CSS here. */
    </style>
    <script type="text/javascript">
    (function( $ ){
        // Javascript here.
    })(jQuery);
    </script>
    <?php
}
Supercharge Your Website With Premium Features Using ACF PRO

Speed up your workflow and unlock features to better develop websites using ACF Blocks and Options Pages, with the Flexible Content, Repeater, Clone, Gallery Fields & More.

Explore Features View Pricing

PRO Features
ACF Blocks
Options Pages
PRO Fields
Repeater
Flexible Content
Gallery
Clone

Related

  • Actions: acf/field_group/admin_head
  • Actions: acf/input/admin_footer
  • Actions: acf/input/admin_head
  • Actions: acf/field_group/admin_enqueue_scripts
  • Actions: acf/input/admin_enqueue_scripts

On this page

    In this category

    • acf/field_group/admin_enqueue_scripts
    • acf/field_group/admin_footer
    • acf/field_group/admin_head
    • acf/init
    • acf/input/admin_enqueue_scripts
    • acf/input/admin_footer
    • acf/input/admin_head
    • acf/input/form_data
    • acf/options_page/save
    • acf/render_field
    • acf/save_post
    • acf/validate_save_post

    Supercharge Your Website With Premium Features Using ACF PRO

    Do more, build bigger, and extend further with features that unlock all the potential of WordPress.

    Explore Features

    Sign up for the latest Advanced Custom Fields news, updates, and developer tutorials

    Build smarter, faster, better with ACF®

    About

    • PRO
    • About Us
    • Blog
    • Account
    • Changelog
    • Status

    Help

    • Docs
    • FAQs
    • Forums
    • Contact
    • Feedback
    • Security

    Community

    • Download ACF
    • GitHub
    • ACF Chat Fridays
    • Twitter

    Products

    • WP Engine Hosting
    • WP Migrate
    • WP Offload Media
    • WP Offload SES

    © 2025 WPEngine, Inc. All rights reserved.

    Privacy Policy | Terms and Conditions

    1WP Engine is a proud member and supporter of the community of WordPress® users. The WordPress® trademarks are the intellectual property of the WordPress Foundation, and the Woo® and WooCommerce® trademarks are the intellectual property of WooCommerce, Inc. Uses of the WordPress®, Woo®, and WooCommerce® names in this website are for identification purposes only and do not imply an endorsement by WordPress Foundation or WooCommerce, Inc. WP Engine is not endorsed or owned by, or affiliated with, the WordPress Foundation or WooCommerce, Inc.

    We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.

    Got it