acf/post_type/render_settings_tab/{$tab_key}

acf/post_type/render_settings_tab/{$tab_key}

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.3.11

do_action('acf/post_type/render_settings_tab/{$tab_key}') is found 1 times:

  • /includes/admin/views/acf-post-type/advanced-settings.php line 1327

    Warning: Undefined array key 1330 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1331 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1332 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    1323
    1324
    1325
    1326
    1327
    1328
    1329
    1330
                );
                break;
        }
     
        do_action( "acf/post_type/render_settings_tab/{$tab_key}", $acf_post_type );
     
        echo '</div>';
    }