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.6.3

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

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

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

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

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

    1308
    1309
    1310
    1311
    1312
    1313
    1314
    1315
                );
                break;
        }
     
        do_action( "acf/post_type/render_settings_tab/{$tab_key}", $acf_post_type );
     
        echo '</div>';
    }