Server IP : 104.21.38.3 / Your IP : 172.70.147.201 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/www.houseboatjetty.com/wp-content/plugins/ireca/ |
Upload File : |
<?php /* Plugin Name: OvaTheme Ireca Plugin URI: http://ovatheme.com Description: ELementor use in IReca Theme Author: Ovatheme Version: 1.2.1 Author URI: http://ovatheme.com Text Domain: ireca Domain Path: /languages/ */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly define( 'ELEMENTOR_IRECA__FILE__', __FILE__ ); include dirname( __FILE__ ) . '/plugin.php'; include dirname( __FILE__ ) . '/ireca-search-widget/ireca-search-widget.php'; include dirname( __FILE__ ) . '/inc/ajax_process.php'; include dirname( __FILE__ ) . '/inc/shortcode.php'; load_plugin_textdomain( 'ireca', false, basename( dirname( __FILE__ ) ) .'/languages' ); function ireca_elementor_widget_categories( $elements_manager ) { $elements_manager->add_category( 'ovatheme', [ 'title' => __( 'Ovatheme', 'ireca' ), 'icon' => 'fa fa-plug', ] ); } add_action( 'elementor/elements/categories_registered', 'ireca_elementor_widget_categories' ); function ireca_html_widget_title( $title ) { $title = str_replace( '{{', '<i class="', $title ); $title = str_replace( '}}', '"></i>', $title ); return $title; } add_filter( 'widget_title', 'ireca_html_widget_title' );