PATH:
home
/
bnathsfovv
/
theconnecto.me
/
wp-admin026
<?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';
[+]
network
[-] edit-tags.php
[edit]
[-] plugins.php
[edit]
[-] site-health-info.php
[edit]
[-] options-media.php
[edit]
[-] load-scripts.php
[edit]
[-] admin-functions.php
[edit]
[-] contribute.php
[edit]
[-] custom-header.php
[edit]
[-] theme-install.php
[edit]
[-] p.php
[edit]
[-] revision.php
[edit]
[-] link-parse-opml.php
[edit]
[-] press-this.php
[edit]
[+]
includes
[-] edit-tag-form.php
[edit]
[-] error_log
[edit]
[-] media-new.php
[edit]
[-] site-health.php
[edit]
[-] my-sites.php
[edit]
[-] ms-sites.php
[edit]
[+]
images
[-] edit-form-blocks.php
[edit]
[-] site-editor.php
[edit]
[-] upgrade.php
[edit]
[-] options-connectors.php
[edit]
[+]
css
[-] post-new.php
[edit]
[-] setup-config.php
[edit]
[-] options-privacy.php
[edit]
[-] freedoms.php
[edit]
[-] upgrade-functions.php
[edit]
[-] menu-header.php
[edit]
[-] install-helper.php
[edit]
[-] credits.php
[edit]
[-] load-styles.php
[edit]
[-] themes.php
[edit]
[-] media.php
[edit]
[-] admin-post.php
[edit]
[+]
maint
[-] admin-footer.php
[edit]
[-] link.php
[edit]
[-] network.php
[edit]
[-] options-head.php
[edit]
[+]
..
[-] options-writing.php
[edit]
[-] options-reading.php
[edit]
[-] async-upload.php
[edit]
[+]
user
[-] user-new.php
[edit]
[-] nav-menus.php
[edit]
[-] ms-options.php
[edit]
[+]
js
[-] authorize-application.php
[edit]
[-] options-discussion.php
[edit]
[-] custom-background.php
[edit]
[-] media-upload.php
[edit]
[-] privacy-policy-guide.php
[edit]