File "localization.php"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/svg-support/functions/localization.php
File size: 313 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * INTERNATIONALIZATION / LOCALIZATION
 */
if ( ! defined( 'ABSPATH' ) ) {
    exit; // Exit if accessed directly
}

add_action( 'init', 'bodhi_svgs_localization' );

function bodhi_svgs_localization() {
	load_plugin_textdomain( 'svg-support', false, basename( dirname( __FILE__ ) ) . '/languages' );

}