Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* add content before account page right content */
- add_action( 'jnews_account_right_content', 'test', 9 );
- function test() {
- echo '<h1> Test</h1>';
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement