PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.5.2
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.5.2
3.4.3 3.4.2 3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 All 196 releases
← All changes | admin/class-convertkit-admin-bulk-edit.php +2 -2 2.2.42.5.2 View file →
@@ -50,9 +50,9 @@
50 50 return;
51 51 }
52 52
53 53 // Enqueue JS.
54 - wp_enqueue_script( 'convertkit-bulk-edit', CONVERTKIT_PLUGIN_URL . 'resources/backend/js/bulk-edit.js', array( 'jquery' ), CONVERTKIT_PLUGIN_VERSION, true );
54 + wp_enqueue_script( 'convertkit-bulk-edit', CONVERTKIT_PLUGIN_URL . 'resources/backend/js/bulk-edit.js', array(), CONVERTKIT_PLUGIN_VERSION, true );
55 55
56 56 // Output Bulk Edit fields in the footer of the Administration screen.
57 57 add_action( 'in_admin_footer', array( $this, 'bulk_edit_fields' ), 10 );
58 58
@@ -127,9 +127,9 @@
127 127 public function bulk_edit_fields() {
128 128
129 129 // Don't output Bulk Edit fields if the API settings have not been defined.
130 130 $settings = new ConvertKit_Settings();
131 - if ( ! $settings->has_api_key_and_secret() ) {
131 + if ( ! $settings->has_access_and_refresh_token() ) {
132 132 return;
133 133 }
134 134
135 135 // Initialize Restrict Content Settings class.