Codex

Function Reference/remove shortcode

Contents

Description

Removes hook for shortcode.

Usage

<?php remove_shortcode$tag ); ?>

Parameters

$tag
(string) (required) Shortcode tag to remove hook for
Default: None

Return Values

(none) 

Examples

Notes

Change Log

Since: 2.5

Source File

remove_shortcode() is located in wp-includes/shortcodes.php.

Related

Shortcode: do_shortcode, add_shortcode, remove_shortcode, remove_all_shortcodes, shortcode_atts, strip_shortcodes

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