Topic: How can I check if the plugin is not exists?
Hi, how can I check if the plugin is not exists?
if( ! Morfy::factory()->runAction('comments')) {
echo 'This plugin requires comment plugin. Download here
';
} else {
Morfy::factory()->runAction('comments');
}XSS Testing
