Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php
  2. /*
  3. Plugin Name: CiviCRM
  4. Description: CiviCRM - Growing and Sustaining Relationships
  5. Version: 4.7
  6. Author: CiviCRM LLC
  7. Author URI: http://civicrm.org/
  8. Plugin URI: http://wiki.civicrm.org/confluence/display/CRMDOC/WordPress+Installation+Guide+for+CiviCRM+4.7
  9. License: AGPL3
  10. Text Domain: civicrm
  11. Domain Path: /languages
  12. */
  13.  
  14. $data = get_plugin_data("~/civicrm/civicrm.php");
  15. $version = $data['Version'];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement