get_option( 'ms_migration_complete', false, true ) ) : ?> | Resolve Clone(s) |
version ?> | plugin_path ?> |
id ?> | url ) ?> | user_id ?> | license_id) ? $site->license_id : '' ?> | plan_id ) ) { if ( false === $all_plans ) { $option_name = 'plans'; if ( WP_FS__MODULE_TYPE_PLUGIN !== $module_type ) { $option_name = $module_type . '_' . $option_name; } $all_plans = fs_get_entities( $fs_options->get_option( $option_name, array() ), FS_Plugin_Plan::get_class_name() ); } foreach ( $all_plans[ $slug ] as $plan ) { $plan_id = Freemius::_decrypt( $plan->id ); if ( $site->plan_id == $plan_id ) { $plan_name = Freemius::_decrypt( $plan->name ); break; } } } echo $plan_name; ?> | public_key ?> | is_whitelabeled ? FS_Plugin_License::mask_secret_key_for_html( $site->secret_key ) : esc_html( $site->secret_key ); ?> |
id ?> | title ?> | slug ?> | version ?> | public_key ?> | secret_key ) ?> |
id ?> | get_name() ?> | email ?> | is_verified ) ?> | public_key ?> | secret_key) : esc_html( $user->secret_key ) ?> |
id ?> | plugin_id ?> | user_id ?> | plan_id ?> | is_unlimited() ? 'Unlimited' : ( $license->is_single_site() ? 'Single Site' : $license->quota ) ?> | activated ?> | is_block_features ? 'Blocking' : 'Flexible' ?> | is_whitelabeled ? 'Whitelabeled' : 'Normal' ?> | is_whitelabeled || ! isset( $user_ids_map[ $license->user_id ] ) ) ? $license->get_html_escaped_masked_secret_key() : esc_html( $license->secret_key ); ?> | expiration ?> |
# |
---|