XYZ File Manager
Current Path:
/var/www/wordpress/wp-content/plugins/svg-support/functions
var
/
www
/
wordpress
/
wp-content
/
plugins
/
svg-support
/
functions
/
📁
..
📄
attachment.php
(16.07 KB)
📄
attribute-control.php
(1.14 KB)
📄
enqueue.php
(5.61 KB)
📄
featured-image.php
(4.66 KB)
📄
localization.php
(313 B)
📄
meta-cleanup.php
(966 B)
📄
mime-types.php
(3.33 KB)
📄
thumbnail-display.php
(1.29 KB)
Editing: localization.php
<?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' ); }
Upload File
Create Folder