Skip to content

Tag: wordpress

Function get_plugins() cannot be execute

I’m trying to code simple php script which will return all plugins of WordPress. My code: And my output is: I used official example from: https://codex.wordpress.org/Function_Reference/get_plugins I did: change of PHP version from 7.2 to 5.6 set right permission of files install WordPres once again So m…