get_plugin_row_meta() );
}
return $meta;
},
10,
2
);
}
/**
* Builds an array of anchor elements to be shown in the plugin row.
*
* @since 1.24.0
*
* @return string[] Array of links as HTML strings.
*/
private function get_plugin_row_meta() {
return array(
'' . __( 'Rate Site Kit', 'google-site-kit' ) . '',
'' . __( 'Support', 'google-site-kit' ) . '',
);
}
}