Changeset 2382574
- Timestamp:
- 09/16/2020 04:16:55 AM (6 years ago)
- Location:
- mobile-builder/trunk
- Files:
-
- 2 edited
-
api/class-mobile-builder-wcfm.php (modified) (1 diff)
-
mobile-builder.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mobile-builder/trunk/api/class-mobile-builder-wcfm.php
r2382522 r2382574 91 91 $accept = [ 'wcfmmp_profile_settings', 'store_name', 'wcfmmp_store_name', '_store_description' ]; 92 92 93 if ( in_array( $key, $accept ) || strpos( $key, 'mobile_builder' ) ) {93 if ( in_array( $key, $accept ) || strpos( $key, 'mobile_builder' ) == 0 ) { 94 94 return update_user_meta( $user_id, $key, $data ); 95 95 } -
mobile-builder/trunk/mobile-builder.php
r2382522 r2382574 11 11 * Plugin URI: https://doc-oreo.rnlab.io 12 12 * Description: The most advanced drag & drop app builder. Create multi templates and app controls. 13 * Version: 1.2. 113 * Version: 1.2.2 14 14 * Author: Rnlab.io 15 15 * Author URI: https://rnlab.io
Note: See TracChangeset
for help on using the changeset viewer.