?AlkantarClanX12
| Current Path : /home/r/a/n/rankinh/villavanille/wp-content/plugins/drew-core/inc/media/ |
| Current File : /home/r/a/n/rankinh/villavanille/wp-content/plugins/drew-core/inc/media/helper.php |
<?php
if ( ! function_exists( 'drew_core_include_image_sizes' ) ) {
/**
* Function that includes icons
*/
function drew_core_include_image_sizes() {
foreach ( glob( DREW_CORE_INC_PATH . '/media/*/include.php' ) as $image_size ) {
include_once $image_size;
}
}
add_action( 'qode_framework_action_before_images_register', 'drew_core_include_image_sizes' );
}