add_shortcode question
-
Hello folks,
I’d like to know how I can do something like that:
add_shortcode(('shortcode' or 'sc')), 'shortcode_func');
like, giving the shortcode another option, without doing it like that:
add_shortcode('shortcode', 'shortcode_func'); add_shortcode('sc', 'shortcode_func');
possible?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘add_shortcode question’ is closed to new replies.