Answers for "give the shortcode inside the shortcode"

PHP
1

add shortcode in short description

<?php echo do_shortcode("[shortcode]"); ?>
Posted by: Guest on March-24-2021
1

how to create shortcode

<?php
function abc()
{}
////create shortcode////
add_shortcode('page_name','abc');
?>
Posted by: Guest on January-25-2021

Browse Popular Code Answers by Language