Reply To: upgrade from free – shortcode issue

Home Forums Product Support Forums Ajax Search Pro for WordPress Support upgrade from free – shortcode issue Reply To: upgrade from free – shortcode issue

#2308
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

Try the following:

function asp_mimic_shortcode( $atts ) {
     return do_shortcode('[wpdreams_ajaxsearchpro id=1]');
}
add_shortcode('wpdreams_ajaxsearchlite', 'asp_mimic_shortcode');

You might have to change the id, but I think this should work.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)