In the Admin Area: <?php is_plugin_active($plugin) ?> In the front end, in a theme, etc... <?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); ?>
確定! 回上一頁