Link to SportsPress themes from plugins page
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<?php
|
||||
function sportspress_plugin_action_links( $links ) {
|
||||
$settings_link = '<a href="options-general.php?page=sportspress">' . __( 'Settings', 'sportspress' ) . '</a>';
|
||||
array_unshift( $links, $settings_link );
|
||||
$themes_link = '<a href="http://themeboy.com/themes/?ref=sportspress" target="_blank">' . __( 'Themes', 'sportspress' ) . '</a>';
|
||||
|
||||
array_unshift( $links, $settings_link, $themes_link );
|
||||
|
||||
return $links;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user