var/www/html/janet-photography.de/wp-admin | uid:33
options-connectors.php [X]
<?php
/**
 * Connectors administration screen.
 *
 * @package WordPress
 * @subpackage Administration
 * @since 7.0.0
 */

/** WordPress Administration Bootstrap */
require_once __DIR__ . '/admin.php';

if ( ! current_user_can( 'manage_options' ) ) {
	wp_die(
		'<h1>' . __( 'You need a higher level of permission.' ) . '</h1>' .
		'<p>' . __( 'Sorry, you are not allowed to manage connectors on this site.' ) . '</p>',
		403
	);
}

if ( ! class_exists( '\WordPress\AiClient\AiClient' ) || ! function_exists( 'wp_options_connectors_wp_admin_render_page' ) ) {
	wp_die(
		'<h1>' . __( 'Connectors are not available.' ) . '</h1>' .
		'<p>' . __( 'The Connectors page requires build files. Please run <code>npm install</code> to build the necessary files.' ) . '</p>',
		503
	);
}

// Set the page title.
$title = __( 'Connectors' );

// Set parent file for menu highlighting.
$parent_file = 'options-general.php';

require_once ABSPATH . 'wp-admin/admin-header.php';

// Render the Connectors page.
wp_options_connectors_wp_admin_render_page();

require_once ABSPATH . 'wp-admin/admin-footer.php';
css/-O R D
images/-O R D
includes/-O R D
js/-O R D
maint/-O R D
network/-O R D
user/-O R D
admin-functions.php479V E R D
admin-header.php9.1KV E R D
admin-post.php2KV E R D
edit-comments.php14.1KV E R D
edit-tag-form.php10.4KV E R D
edit-tags.php22KV E R D
load-scripts.php2KV E R D
ms-edit.php216V E R D
options-connectors.php1.1KV E R D
options-media.php6.4KV E R D
plugin-editor.php13.8KV E R D
plugin-install.php7KV E R D
plugins.php30KV E R D
post.php10KV E R D
privacy-policy-guide.php3.7KV E R D
site-editor.php12.1KV E R D
site-health-info.php4.1KV E R D
site-health.php10.2KV E R D
theme-editor.php16.9KV E R D
update-core.php45.1KV E R D