[Plugin: Easy Shortcode Buttons] How To Make a Link a Button
-
I have a plugin that has uses this line in one of the .php files to create a logout link in a sidebar widget:
<?php echo <a href=esc_url( wp_logout_url($redirect))>LOGOUT</a>; ?>I would like to make that link a button from within that file. Is this possible?
The topic ‘[Plugin: Easy Shortcode Buttons] How To Make a Link a Button’ is closed to new replies.