X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/apollo13-framework-extensions
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
apollo13-framework-extensions
/
ðŸ“
..
📄
apollo13-framework-extensions.php
(2.92 KB)
ðŸ“
assets
📄
changelog.txt
(10.65 KB)
ðŸ“
design_importer
ðŸ“
features
📄
functions.php
(594 B)
📄
readme.txt
(5.57 KB)
ðŸ“
settings
ðŸ“
shortcodes
ðŸ“
supports
ðŸ“
widgets
Editing: functions.php
<?php function a13fe_get_extra_class( $el_class ) { $output = ''; if ( $el_class != '' ) { $output = ' ' . str_replace( '.', '', $el_class ); } return $output; } /** * Load plugin text domain. * * @since 1.3.0 * * @return void */ function a13fe_load_plugin_textdomain() { load_plugin_textdomain( 'apollo13-framework-extensions' ); } /** * Load Image resizing * * @since 1.4.0 * * @return void */ function a13fe_load_image_resizing_library() { require_once A13FE_BASE_DIR . 'supports/image_resize/class-apollo13-image-resize.php'; }
Upload File
Create Folder