Uses
Uses | Description |
---|---|
wp-includes/theme.php: add_theme_support() | Registers theme support for a given feature. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/plugin.php: remove_action() | Removes a function from a specified action hook. |