akismet_plugin_action_links

Definition:
function akismet_plugin_action_links( $links, $file ) {}

Parameters

  • $links
  • $file

Source code

function akismet_plugin_action_links( $links, $file ) {

	if ( $file == plugin_basename( dirname(__FILE__).'/akismet.php' ) ) {

		$links[] = '<a href="plugins.php?page=akismet-key-config">'.__('Settings').'</a>';

	}



	return $links;

}

9035

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: