Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › A Quick help is needed › Reply To: A Quick help is needed
August 12, 2021 at 12:32 pm
#34261
Keymaster
Hi!
You may need to ask them how to place a shortcode or a PHP code there, because this:
<?php echo do_shortcode(‘[wd_asp id=3]‘); ?>
..is pure PHP. It calls the do_shortcode function to execute the given shortcode. You can try directly invoking the shortcode handled, but it is basically the same thing:
WD_ASP_Search_Shortcode::getInstance()->handle(array('id' => 3));