C:\xampp\htdocs\landing\wp-content\updraft\plugins-old\imagify\inc\functions\media.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
defined
'ABSPATH' ) || die( 'Cheatin’ uh?' );

/**
 * Trigger a hook that should happen before a media is deleted.
 *
 * @since  1.9
 * @author Grégory Viguier
 *
 * @param ProcessInterface $process An optimization process.
 */
function imagify_trigger_delete_media_hook$process ) {
    
/**
     * Triggered bifore a media is deleted.
     *
     * @since  1.9
     * @author Grégory Viguier
     *
     * @param ProcessInterface $process An optimization process.
     */
    
do_action'imagify_delete_media'$process );
}
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586