GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/anqa.it/wp-content/plugins/pixfort-core/functions/widgets.php
<?php

require_once dirname( __FILE__ ) . '/widgets/recent_posts.php';
require_once dirname( __FILE__ ) . '/widgets/small_search.php';
require_once dirname( __FILE__ ) . '/widgets/promo_box.php';
require_once dirname( __FILE__ ) . '/widgets/categories.php';
require_once dirname( __FILE__ ) . '/widgets/social.php';
// Register and load the widget
function pix_load_widget() {
    register_widget( 'pix_recent_posts' );
    register_widget( 'pix_small_search' );
    register_widget( 'pix_promo_box' );
    register_widget( 'pix_categories' );
    register_widget( 'pix_social' );
}
add_action( 'widgets_init', 'pix_load_widget' );