PluginProbe
codoc / 0.9.59
codoc v0.9.59
0.9.8.8 0.9.8.9 0.9.9 0.9.9.1 trunk 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.8.1 0.8.2 0.8.3 0.8.4 0.8.6 0.8.7 0.8.8 0.8.9 0.9 0.9.1 0.9.10 0.9.11 All 114 releases
← All changes | src/init.php +0 -7 trunk0.9.59 View file →
@@ -48,15 +48,8 @@
48 48 'codoc_account_is_pro' => isset($auth_info['account_is_pro']) ? $auth_info['account_is_pro'] : 0,
49 49 'codoc_currency_code' => isset($auth_info['currency_code']) ? $auth_info['currency_code'] : 'yen',
50 50 'codoc_currency_decimal_places' => isset($auth_info['currency_decimal_places']) ? $auth_info['currency_decimal_places'] : 0,
51 51 'codoc_block_defaults' => $block_defaults,
52 - 'codoc_max_lengths' => array(
53 - 'title' => CODOC_MAX_TITLE_LENGTH,
54 - 'body_free' => CODOC_MAX_BODY_FREE_LENGTH,
55 - 'body_paywalled' => CODOC_MAX_BODY_PAYWALLED_LENGTH,
56 - 'body' => CODOC_MAX_BODY_LENGTH,
57 - 'binded_url' => CODOC_MAX_BINDED_URL_LENGTH,
58 - ),
59 52 ));
60 53
61 54 // Set script translations
62 55 wp_set_script_translations('codoc-block-js', 'codoc', plugin_dir_path( dirname(__FILE__) ) . 'languages');