Plugins Used from 2 sites
-
Is it somehow possible to create one credit page that lists the plugins used from two WP sites?
Just using the very simple example on the plugin page, I tried to do add the call again, modifying the blog header, thinking it would direct it:
<html><body>
<?php
require('./wp-blog-header.php');
displayPluginsAsTable();
?><?php
require('http://moltenwords.net/photoblog/wp-blog-header.php');
displayPluginsAsTable();
?></body></html>
But it just returns the same list twice.
Is there some way to do this? The plugin is activated in both sites.
The topic ‘Plugins Used from 2 sites’ is closed to new replies.