user_profile_action_feed_post_topPickPluginsSeptember 4, 2018Action Hooks See example code below function user_profile_action_feed_post_top($post_id){ ?> Your HTML here <?php } add_action('user_profile_action_feed_post_top','user_profile_action_feed_post_top');