PATH:
home
/
lab2454c
/
isaaclondston.com
/
wp-content
/
plugins
/
svg-support
/
functions
<?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' ); }
[-] enqueue.php
[edit]
[+]
..
[-] mime-types.php
[edit]
[-] localization.php
[edit]
[-] attribute-control.php
[edit]
[-] thumbnail-display.php
[edit]
[-] featured-image.php
[edit]
[-] attachment.php
[edit]