akismet_comments_columns

Definition:
function akismet_comments_columns( $columns ) {}

Parameters

  • $columns

Source code

function akismet_comments_columns( $columns ) {

	$columns[ 'akismet' ] = __( 'Akismet' );

	return $columns;

}

429

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

Leave a comment