Add custom archive link inside widget with hook?
-
Hi there,
Love your plugin, thanks!
I was wundering if it’s possible to insert a custom archive link INSIDE the widget container with a hook? In your example you insert one around the widget, but I really need one inside:if( !function_exists('see_more_tweets_on')) { function see_more_tweets_on($tweets_block) { $new_content = '<a href="https://twitter.com/my_username">'. __('See more tweets on Twitter'). '</a>'.$tweets_block; return $new_content; } } add_filter('juiz_ltw_content', 'see_more_tweets_on');
Is there like an
juiz_ltw_content_inside
equivalant for that?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add custom archive link inside widget with hook?’ is closed to new replies.