• Hey guys, just a quick question. I’m trying to call the wordpress plugin names within a certain directory /plugins/project (and everything within the sub folders in that).

    <tbody>
    		<?php
    		global $wpdb;
           $minepresspluginnames = $wpdb-> (
    		"
    
    		"
    		?>
    	</tbody>

    any help?

  • The topic ‘Calling Plugin file names from within a folder’ is closed to new replies.