Reply To: New tab for all attachments


Home Forums Front End PM PRO New tab for all attachments Reply To: New tab for all attachments

#10864
Shamim Hasan
Keymaster

You can add following code in your theme’s (child theme’s if any) functions.php


add_action ('fep_menu_button',function(){
    echo '<a href="http://example.com">My Link</a>';
}, 20 );