The get-plugin-data tag has no wiki summary.
0
votes
0answers
30 views
Manipulating Contact Form 7 POST data
Contact Form 7 strips <> HTML brackets from text and textarea fields. I'd like to be able to replace them with their proper HTML entity counterparts, < and >.
I cannot figure out ...
1
vote
1answer
45 views
WordPress Multisite - get_plugin_data()
I use WordPress Multisite. I have multiple sites with plugins installed. I can successfully get a list of the plugin paths with the option value active_plugins from each site.
I can not get ...
0
votes
1answer
487 views
“Master” Wordpress Multisite - Database Sync
I've had an idea in my head about creating a Wordpress Multisite environment that would have Plugins along with them that would not only have "default" settings, but be able to update each blog's ...
0
votes
1answer
657 views
Call to undefined function `get_plugin_data()`
I have a class inside a file that i include_once() from the functions.php of my theme. The class can be used as stand alone plugin, or integrated in a theme.
Inside the class i want to fill a class ...