Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Topic action hook


_ck_
Participant

@_ck_

add_action('topicmeta','hello_world');
function hello_world() {echo "<li>hello world</li>";}

Skip to toolbar