3 | | Simplifies parameters by using $args all around. |
4 | | Returns WP_Error if no path is specified on get_instance. |
5 | | Accepts string for 'path' on public functions, so that developers can both easily spawn an image editor and pass the same data to supports() and get_instance(), if they want to do a pre-check. |
| 3 | - Simplifies parameters by using $args all around. |
| 4 | - Returns WP_Error if no path is specified on get_instance. |
| 5 | - Accepts string for 'path' on public functions, so that developers can both easily spawn an image editor and pass the same data to supports() and get_instance(), if they want to do a pre-check. |