Mikey Arce

Results 21 issues of Mikey Arce

## What problem would the enhancement address for VIP? Right now here's the rule that we see when you try to use `flush_rewrite_rules()`: > 🚫 Error( severity 5 ): flush_rewrite_rules...

Type: Enhancement

## What problem would the enhancement address for VIP? `wp_get_post_revisions` can be problematic because it loads the entire post object for each revision. I've seen this in CLI commands and...

Type: Enhancement
Standard: VIP-Go

Fixes #5335 ### Changes proposed in this Pull Request Previously, we sorted Students by Last Activity Date by manipulating the DB query. In https://github.com/Automattic/sensei/pull/5104 we extracted that out of the...

### Steps to Reproduce 1. Activate Sensei OR 2. Go to Courses -> (top bar) Help -> Setup wizard 3. Go to page 2 4. Look at the continue button...

[Type] Bug

Fixes https://github.com/Automattic/sensei/issues/5336 ### Changes proposed in this Pull Request * Changing the enrolled courses query to be no-limit Currently, there's a limit of 3 posts in this query - so...

### Changes proposed in this Pull Request Currently when you try to view a message while not logged in, you will get redirected to the `My Courses` page, which will...

Fixes https://github.com/Automattic/sensei/issues/5340 ### Changes proposed in this Pull Request * When you try to press the `Take Course` button on an unpublished course, the `course_start` action now checks if the...

## Description This PR uses a new filter available in WP 5.7 to properly pass image dimensions for the image `srcset` and `sizes`. This needs to be tested and merged...

[Status] Blocked
[Status] Do not deploy!

## Expected/Desired Behavior No PHP Errors when using Quick Edit ## Actual Behavior PHP Error: ``` [07-Jun-2021 17:34:31 UTC] PHP Warning: Undefined array key "hook_suffix" in /wp-admin/includes/class-wp-screen.php on line 223...

Bug

## Description Fixes https://github.com/Automattic/Edit-Flow/issues/654 Without a specified `screen` when extending `WP_List_Table` - the function `convert_to_screen` will return a PHP Warning due to an undefined hook suffix which is needed to...