Undefined array key “profit_share”
-
When we install the plugin for the first time, it triggers an
Undefined array key "profit_share"
warning on the user settings page./web/app/plugins/mycred/addons/sell-content/myCRED-addon-sell-content.php:583 $setup['excluded'] = false; $settings = mycred_get_option( 'mycred_sell_this_' . $point_type_key ); $setup['default'] = $settings['profit_share']; $users_share = mycred_get_user_meta( $user->ID, 'mycred_sell_content_share_' . $point_type_key, '', true ); if ( strlen( $users_share ) > 0 ) { $setup['override'] = true;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Undefined array key “profit_share”’ is closed to new replies.