Please or Register to create posts and topics.

Shortcode in Signature?

Hi, is there anything I can do to enable a shortcode for another plugin in the Signature area?

 

Thanks!

Just to close this out, I ended up using this and it worked for my needs :

function authors_box($user_id, $post_counter) {
    echo do_shortcode('[ultimate_author_box user_id="'.$user_id.'"]');
}

add_action('asgarosforum_after_post_message', 'authors_box', 10, 2);

Thank you!

Asgaros has reacted to this post.
Asgaros