/
/
home
/
melaqxso
/
allshadesofwellness.com
/
wp-content
/
themes
/
alone
/
install
/
import-pack
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/allshadesofwellness.com/wp-content/themes/alone/install/import-pack
Edit:
/home/melaqxso/allshadesofwellness.com/wp-content/themes/alone/install/import-pack/static.php
<?php /** * Import static func * * @package Import Pack */ if( ! function_exists( 'beplus_import_pack_scripts' ) ) { /** * Import pack load scripts * */ function beplus_import_pack_scripts() { wp_enqueue_style( 'import-pack-css', get_template_directory_uri() . '/install/import-pack/dist/import-pack.css', false, wp_get_theme()->get( 'Version' ) ); wp_enqueue_script( 'import-pack-js', get_template_directory_uri() . '/install/import-pack/dist/import-pack.js', ['jquery'], wp_get_theme()->get( 'Version' ), true ); wp_localize_script( 'import-pack-js', 'import_pack_php_data', apply_filters( 'beplus/import_pack/localize_script_data', [ 'ajax_url' => admin_url( 'admin-ajax.php' ), ] ) ); } add_action( 'admin_enqueue_scripts', 'beplus_import_pack_scripts' ); }
Ukuran: 845 B