report_server/src/f814311a865778b02009177f98fbd61b09606d1a/app/node_modules/sucrase">sucrase 30f7226d9a first commit 3 gadi atpakaļ supports-preserve-symlinks-flag 30f7226d9a first commit 3 gadi atpakaļ tailwind-color-palette 30f7226d9a first commit 3 gadi atpakaļ tailwindcss 30f7226d9a first commit 3 gadi atpakaļ thenify 30f7226d9a first commit 3 gadi atpakaļ thenify-all 30f7226d9a first commit 3 gadi atpakaļ to-regex-range 30f7226d9a first commit 3 gadi atpakaļ tr46 30f7226d9a first commit 3 gadi atpakaļ ts-interface-checker 30f7226d9a first commit 3 gadi atpakaļ uglify-js 30f7226d9a first commit 3 gadi atpakaļ underscore 30f7226d9a first commit 3 gadi atpakaļ upper-case 30f7226d9a first commit 3 gadi atpakaļ util-deprecate 30f7226d9a first commit 3 gadi atpakaļ valid-data-url 30f7226d9a first commit 3 gadi atpakaļ web-resource-inliner 30f7226d9a first commit 3 gadi atpakaļ webidl-conversions 30f7226d9a first commit 3 gadi atpakaļ whatwg-url 30f7226d9a first commit 3 gadi atpakaļ wrap-ansi 30f7226d9a first commit 3 gadi atpakaļ wrappy 30f7226d9a first commit 3 gadi atpakaļ y18n 30f7226d9a first commit 3 gadi atpakaļ yallist 30f7226d9a first commit 3 gadi atpakaļ yaml 30f7226d9a first commit 3 gadi atpakaļ yargs 30f7226d9a first commit 3 gadi atpakaļ yargs-parser 30f7226d9a first commit 3 gadi atpakaļ .yarn-integrity 30f7226d9a first commit 3 gadi atpakaļ tum/whitesports - Gogs: Simplico Git Service

Geen omschrijving

ultimate-member.php 815B

12345678910111213141516171819202122232425
  1. <?php
  2. /*
  3. Plugin Name: Ultimate Member
  4. Plugin URI: http://ultimatemember.com/
  5. Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
  6. Version: 2.2.5
  7. Author: Ultimate Member
  8. Author URI: http://ultimatemember.com/
  9. Text Domain: ultimate-member
  10. */
  11. defined( 'ABSPATH' ) || exit;
  12. require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
  13. $plugin_data = get_plugin_data( __FILE__ );
  14. define( 'um_url', plugin_dir_url( __FILE__ ) );
  15. define( 'um_path', plugin_dir_path( __FILE__ ) );
  16. define( 'um_plugin', plugin_basename( __FILE__ ) );
  17. define( 'ultimatemember_version', $plugin_data['Version'] );
  18. define( 'ultimatemember_plugin_name', $plugin_data['Name'] );
  19. require_once 'includes/class-functions.php';
  20. require_once 'includes/class-init.php';