version 4.13.0
This commit is contained in:
10
includes/builder/plugin-compat/wp-smush-pro.php
Normal file
10
includes/builder/plugin-compat/wp-smush-pro.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
// Exit if accessed directly.
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Load the same plugin compat class.
|
||||
*/
|
||||
require_once 'wp-smushit.php';
|
Reference in New Issue
Block a user