mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
* fixed compatibility with WP6.7;
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
||||
$plugin_data = get_plugin_data( __FILE__ );
|
||||
$plugin_data = get_plugin_data( __FILE__, true, false );
|
||||
|
||||
// phpcs:disable Generic.NamingConventions.UpperCaseConstantName
|
||||
define( 'um_url', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
Reference in New Issue
Block a user