GRAYBYTE WORDPRESS FILE MANAGER6233

Server IP : 188.114.97.0 / Your IP : 216.73.216.196
System : Linux crmarketing.1092.w2797 5.10.0-45-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : ON | Pkexec : OFF

HOME

/var/www/crmarketing.1092.w2797/site64779/wp-includes/block-supports/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /var/www/crmarketing.1092.w2797/site64779/wp-includes/block-supports//align.php
<?php
/**
 * Align block support flag.
 *
 * @package WordPress
 * @since 5.6.0
 */

/**
 * Registers the align block attribute for block types that support it.
 *
 * @since 5.6.0
 * @access private
 *
 * @param WP_Block_Type $block_type Block Type.
 */
function wp_register_alignment_support( $block_type ) {
	$has_align_support = block_has_support( $block_type, 'align', false );
	if ( $has_align_support ) {
		if ( ! $block_type->attributes ) {
			$block_type->attributes = array();
		}

		if ( ! array_key_exists( 'align', $block_type->attributes ) ) {
			$block_type->attributes['align'] = array(
				'type' => 'string',
				'enum' => array( 'left', 'center', 'right', 'wide', 'full', '' ),
			);
		}
	}
}

/**
 * Adds CSS classes for block alignment to the incoming attributes array.
 * This will be applied to the block markup in the front-end.
 *
 * @since 5.6.0
 * @access private
 *
 * @param WP_Block_Type $block_type       Block Type.
 * @param array         $block_attributes Block attributes.
 * @return array Block alignment CSS classes and inline styles.
 */
function wp_apply_alignment_support( $block_type, $block_attributes ) {
	$attributes        = array();
	$has_align_support = block_has_support( $block_type, 'align', false );
	if ( $has_align_support ) {
		$has_block_alignment = array_key_exists( 'align', $block_attributes );

		if ( $has_block_alignment ) {
			$attributes['class'] = sprintf( 'align%s', $block_attributes['align'] );
		}
	}

	return $attributes;
}

// Register the block support.
WP_Block_Supports::get_instance()->register(
	'align',
	array(
		'register_attribute' => 'wp_register_alignment_support',
		'apply'              => 'wp_apply_alignment_support',
	)
);

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
September 08 2026 08:23:31
www-data / www-data
0755
align.php
1.668 KB
December 14 2023 10:17:04
www-data / www-data
0644
aria-label.php
1.573 KB
April 16 2025 15:21:07
www-data / www-data
0644
background.php
4.019 KB
November 13 2024 15:12:38
www-data / www-data
0644
block-style-variations.php
9.197 KB
April 16 2025 15:21:07
www-data / www-data
0644
border.php
6.271 KB
December 14 2023 10:17:04
www-data / www-data
0644
colors.php
5.811 KB
December 14 2023 10:17:04
www-data / www-data
0644
custom-classname.php
1.636 KB
December 14 2023 10:17:04
www-data / www-data
0644
dimensions.php
5.28 KB
April 03 2024 15:05:36
www-data / www-data
0644
duotone.php
2.667 KB
July 17 2024 15:00:47
www-data / www-data
0644
elements.php
8.461 KB
July 17 2024 15:00:47
www-data / www-data
0644
generated-classname.php
1.704 KB
December 14 2023 10:17:04
www-data / www-data
0644
layout.php
38.505 KB
April 16 2025 15:21:07
www-data / www-data
0644
position.php
4.235 KB
December 14 2023 10:17:04
www-data / www-data
0644
settings.php
4.521 KB
December 14 2023 10:17:04
www-data / www-data
0644
shadow.php
2.044 KB
July 17 2024 15:00:47
www-data / www-data
0644
spacing.php
2.809 KB
December 14 2023 10:17:04
www-data / www-data
0644
typography.php
28.134 KB
November 13 2024 15:12:38
www-data / www-data
0644
utils.php
0.987 KB
December 14 2023 10:17:04
www-data / www-data
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF