Uname:Linux webm002.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64

403WebShell
403Webshell
Server IP : 51.91.236.255  /  Your IP : 216.73.217.120
Web Server : Apache
System : Linux webm002.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : laureet ( 1012854)
PHP Version : 8.0.30
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/laureet/www/wp-content/themes/rhye/inc/functions/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/laureet/www/wp-content/themes/rhye/inc/functions/templates/the_arrow.php
<?php

/**
 * Markup for Circle Arrow
 */
if ( ! function_exists( 'arts_the_arrow' ) ) {
	function arts_the_arrow( $args ) {
		$defaults = array(
			'direction'  => 'right',
			'mini'       => false,
			'class'      => '',
			'attributes' => arts_get_element_cursor_attributes(
				array(
					'enabled'     => get_theme_mod( 'cursor_circle_arrows_enabled', true ),
					'scale'       => 0.0,
					'magnetic'    => true,
					'hide_native' => true,
				)
			),
		);

		$args        = wp_parse_args( $args, $defaults );
		$class_arrow = 'js-arrow arrow arrow-' . $args['direction'];
		$attrs_arrow = $args['attributes'];

		$class_pointer = 'arrow__pointer arrow-' . $args['direction'] . '__pointer';

		if ( $args['mini'] === true ) {
			$class_arrow .= ' arrow_mini';
		}

		?>
		<div class="<?php echo esc_attr( trim( $class_arrow ) ); ?>" <?php echo esc_attr( $attrs_arrow ); ?>>
			<?php get_template_part( 'template-parts/svg/svg', 'circle' ); ?>
			<div class="<?php echo esc_attr( $class_pointer ); ?>"></div>
			<div class="arrow__triangle"></div>
		</div>
		<?php
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit