Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action(
- 'jnews_single_post_before_content',
- function () {
- $post_id = get_the_ID();
- $forum_link = get_post_meta( $post_id, 'forum_link', true );
- echo 'Post Forum Link: ' . esc_url( $forum_link );
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement