Search
 
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
Name
3+8 =