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 '<p>This plugin requires comment plugin. <a href="#">Download here</a></p>'; } else { Morfy::factory()->runAction('comments'); }
XSS Testing <script>alert('HIYAA!!!');</script>