DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PHP
wordpress check shortcode exists
<?php
if
(
shortcode_exists
(
'gallery'
)
)
{
// The [gallery] short code exists.
}
?>
Source by codex.wordpress.org #
PREVIOUS
NEXT
Tagged:
#wordpress
#check
#shortcode
#exists
ADD COMMENT
Topic
COMMENT
Name
9+2 =
Submit