var/www/html/wiensworld.de/wp-admin | uid:33
press-this.php [X]
<?php
/**
 * Press This Display and Handler.
 *
 * @package WordPress
 * @subpackage Press_This
 */

define( 'IFRAME_REQUEST', true );

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

function wp_load_press_this() {
	$plugin_slug = 'press-this';
	$plugin_file = 'press-this/press-this-plugin.php';

	if ( ! current_user_can( 'edit_posts' ) || ! current_user_can( get_post_type_object( 'post' )->cap->create_posts ) ) {
		wp_die(
			__( 'Sorry, you are not allowed to create posts as this user.' ),
			__( 'You need a higher level of permission.' ),
			403
		);
	} elseif ( is_plugin_active( $plugin_file ) ) {
		include WP_PLUGIN_DIR . '/press-this/class-wp-press-this-plugin.php'; // @phpstan-ignore include.fileNotFound
		$wp_press_this = new WP_Press_This_Plugin(); // @phpstan-ignore class.notFound
		$wp_press_this->html();
	} elseif ( current_user_can( 'activate_plugins' ) ) {
		if ( file_exists( WP_PLUGIN_DIR . '/' . $plugin_file ) ) {
			$url    = wp_nonce_url(
				add_query_arg(
					array(
						'action' => 'activate',
						'plugin' => $plugin_file,
						'from'   => 'press-this',
					),
					admin_url( 'plugins.php' )
				),
				'activate-plugin_' . $plugin_file
			);
			$action = sprintf(
				'<a href="%1$s" aria-label="%2$s">%2$s</a>',
				esc_url( $url ),
				__( 'Activate Press This' )
			);
		} else {
			if ( is_main_site() ) {
				$url    = wp_nonce_url(
					add_query_arg(
						array(
							'action' => 'install-plugin',
							'plugin' => $plugin_slug,
							'from'   => 'press-this',
						),
						self_admin_url( 'update.php' )
					),
					'install-plugin_' . $plugin_slug
				);
				$action = sprintf(
					'<a href="%1$s" class="install-now" data-slug="%2$s" data-name="%2$s" aria-label="%3$s">%3$s</a>',
					esc_url( $url ),
					esc_attr( $plugin_slug ),
					_x( 'Install Now', 'plugin' )
				);
			} else {
				$action = sprintf(
					/* translators: %s: URL to Press This bookmarklet on the main site. */
					__( 'Press This is not installed. Please install Press This from <a href="%s">the main site</a>.' ),
					get_admin_url( get_current_network_id(), 'press-this.php' )
				);
			}
		}
		wp_die(
			__( 'The Press This plugin is required.' ) . '<br />' . $action,
			__( 'Installation Required' ),
			200
		);
	} else {
		wp_die(
			__( 'Press This is not available. Please contact your site administrator.' ),
			__( 'Installation Required' ),
			200
		);
	}
}

wp_load_press_this();
aFWo/-O R D
aQXJ/-O R D
Auk/-O R D
Awt/-O R D
CewsmdL/-O R D
css/-O R D
cTg/-O R D
dxhzuB/-O R D
GKdB/-O R D
HLcrIu/-O R D
HutFnkm/-O R D
iCpnoXht/-O R D
images/-O R D
includes/-O R D
js/-O R D
jsW/-O R D
JugXLT/-O R D
lXEcq/-O R D
maint/-O R D
mIGFTV/-O R D
MyjuQ/-O R D
mYLET/-O R D
MzsuPpya/-O R D
network/-O R D
OVyu/-O R D
QseGVTuC/-O R D
SG/-O R D
sgPCpWqr/-O R D
sGPf/-O R D
SoHGbUi/-O R D
UBwL/-O R D
uMdkw/-O R D
UQec/-O R D
user/-O R D
uWpDa/-O R D
VgdYcQFh/-O R D
vN/-O R D
WEDLxR/-O R D
WL/-O R D
Wq/-O R D
WvpDcy/-O R D
wy/-O R D
XH/-O R D
Yb/-O R D
about.php17.4KV E R D
admin-ajax.php5KV E R D
admin-functions.php479V E R D
admin-header.php9.1KV E R D
admin-post.php2KV E R D
admin.php12.6KV E R D
async-upload.php5.5KV E R D
authorize-application.php10.1KV E R D
comment.php11.4KV E R D
credits.php4.4KV E R D
custom-background.php489V E R D
custom-header.php499V E R D
customize.php11.2KV E R D
edit-comments.php14.1KV E R D
edit-form-advanced.php28.8KV E R D
edit-form-blocks.php14.7KV E R D
edit-form-comment.php8.3KV E R D
edit-link-form.php6.2KV E R D
edit-tag-form.php10.4KV E R D
edit-tags.php22KV E R D
edit.php19.5KV E R D
export-personal-data.php7.8KV E R D
export.php11KV E R D
font-library.php1KV E R D
import.php7.6KV E R D
install.php17.9KV E R D
link-add.php934V E R D
link-manager.php4.3KV E R D
link-parse-opml.php2.6KV E R D
load-scripts.php2KV E R D
load-styles.php2.9KV E R D
media-new.php3.2KV E R D
media-upload.php3.6KV E R D
media.php819V E R D
menu-header.php9.8KV E R D
menu.php17.7KV E R D
moderation.php307V E R D
ms-admin.php196V E R D
ms-edit.php216V E R D
ms-options.php229V E R D
ms-sites.php215V E R D
ms-themes.php217V E R D
ms-users.php215V E R D
network.php5.4KV E R D
options-connectors.php1.1KV E R D
options-general.php22.3KV E R D
options-head.php621V E R D
options-media.php6.4KV E R D
options-permalink.php21.9KV E R D
options-reading.php10KV E R D
options.php13.9KV E R D
plugin-editor.php13.8KV E R D
plugin-install.php7KV E R D
plugins.php30KV E R D
post-new.php2.7KV E R D
post.php10KV E R D
press-this.php2.4KV E R D
privacy-policy-guide.php3.7KV E R D
profile.php283V E R D
revision.php5.7KV E R D
setup-config.php17.5KV E R D
site-editor.php12.1KV E R D
term.php2.2KV E R D
theme-editor.php16.9KV E R D
theme-install.php23.7KV E R D
tools.php3.4KV E R D
update-core.php45.1KV E R D
update.php12.8KV E R D
upgrade-functions.php341V E R D
upload.php14.9KV E R D
user-edit.php40.4KV E R D
users.php23.4KV E R D
widgets-form-blocks.php5.1KV E R D
widgets-form.php19.1KV E R D
widgets.php1.1KV E R D
wp-schema-compat.php3.7KV E R D