Codex

Function Reference/get theme support

Contents

Description

Allows a theme or plugin to get support of a certain theme feature.

Usage

<?php get_theme_support$feature ); ?>

Parameters

$feature
(string) (required) Name for the feature being added.
Default: None

Features list:

Feature Means

See Function_Reference/add_theme_support for more.

Source File

get_theme_support() is located in wp-includes/theme.php.

Related

Theme Support: add_theme_support(), remove_theme_support(), current_theme_supports()
Theme Features: widgets, menus, post-formats, post-thumbnails, custom-background, custom-header, automatic-feed-links, editor-style

See also index of Function Reference and index of Template Tags.