PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.4.3
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.4.3
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-category.php +5 -0 3.3.73.4.3 View file →
@@ -180,8 +180,13 @@
180 180 * @param int $term_id Term ID.
181 181 */
182 182 public function save_category_fields( $term_id ) {
183 183
184 + // Bail if the current user cannot edit this Category.
185 + if ( ! current_user_can( 'edit_term', $term_id ) ) {
186 + return;
187 + }
188 +
184 189 // Bail if no nonce field exists.
185 190 if ( ! isset( $_POST['wp-convertkit-save-meta-nonce'] ) ) {
186 191 return;
187 192 }