mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
- WPCS for defined constants;
* um_url -> UM_URL * um_path -> UM_PATH * um_plugin -> UM_PLUGIN * ultimatemember_version -> UM_VERSION * ultimatemember_plugin_name -> UM_PLUGIN_NAME
This commit is contained in:
@@ -27,8 +27,8 @@ if ( ! class_exists( 'um\core\FontIcons' ) ) {
|
||||
$cached_option = get_option( 'um_cache_fonticons', array() );
|
||||
|
||||
if ( empty( $cached_option ) ) {
|
||||
$files['ii'] = um_path . 'assets/css/um-fonticons-ii.css';
|
||||
$files['fa'] = um_path . 'assets/css/um-fonticons-fa.css';
|
||||
$files['ii'] = UM_PATH . 'assets/css/um-fonticons-ii.css';
|
||||
$files['fa'] = UM_PATH . 'assets/css/um-fonticons-fa.css';
|
||||
|
||||
$array = array();
|
||||
foreach ( $files as $c => $file ) {
|
||||
|
||||
Reference in New Issue
Block a user