shortcode_exists( $tag )
Description Description
Source Source
File: includes/compat.php
function shortcode_exists( $tag ) { global $shortcode_tags; return array_key_exists( $tag, $shortcode_tags ); }
Expand full source code Collapse full source code View on Trac