Download Size md5 hash
google_pr-5.x-1.0.tar.gz 12.78 KB de684869338476327e0aa3f916b1467f
google_pr-5.x-1.0.zip 16.76 KB 5859c33c5713768f1a992d944e559482
Official release from tag: 5.x-1.0
Last updated: December 24, 2010 - 23:07

It now caches the PageRank for the requested URLs.

There’s a new function that permits you to get the Google PageRank anywhere in Drupal (filter PHP enabled) with:

<?php
echo google_pr_get(‘www.example.com’);
?>