| Server IP : 62.60.133.156 / Your IP : 216.73.217.51 Web Server : LiteSpeed System : Linux linux24.centraldnserver.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : mimradmin ( 1166) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/cwd/wp-content/plugins/wp-rocket/RTL/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) { exit; }
/**
* File Name: Dedicated functions and commands
* Description: Additional php code for specialty products at RTL-Theme.com
* Author URI: https://www.rtl-theme.com/author/syntax/products/
* Author: Syntax (Sajjad Rasti)
*/
function wp_rocket_rtl_css_panel(){
wp_enqueue_style( 'SR-RTL-WPRocket', plugins_url( 'css/Syntax-RTL.min.css', __FILE__ ) );
}
add_filter('rocket_plugin_name',function(){
if (get_locale() == 'fa_IR') {
return "راکت راست چین";
}
return "WP Rocket";
});
if (get_locale() == 'fa_IR') {
add_action('admin_print_styles', 'wp_rocket_rtl_css_panel');
}
function wp_rocket_l_t_d(){
$plugin_dir = SYNTAX_B_WPROCKET;
load_plugin_textdomain( 'rocket', false, $plugin_dir . '/languages' );
}
add_action( 'plugins_loaded', 'wp_rocket_l_t_d' );