We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d99367 commit 7c68e4eCopy full SHA for 7c68e4e
inc/v2/Offload/Loader.php
@@ -25,6 +25,9 @@ public function __construct() {
25
* Adds filters to integrate the custom image editor into WordPress.
26
*/
27
public function register_hooks() {
28
+ if( has_filter( 'wp_image_editors', 'photon_subsizes_override_image_editors' )){
29
+ return;
30
+ }
31
add_filter( 'wp_image_editors', [ $this, 'register_image_editor' ] );
32
}
33
0 commit comments