remove_shortcode( string $tag )
Removes hook for shortcode.
Description Description
Parameters Parameters
- $tag
-
(string) (Required) Shortcode tag to remove hook for.
Source Source
File: wp-includes/shortcodes.php
function remove_shortcode($tag) { global $shortcode_tags; unset($shortcode_tags[$tag]); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes User Contributed Notes
-
Skip to note content You must log in to vote on the helpfulness of this noteVote results for this note: 4You must log in to vote on the helpfulness of this note