O
O
ololoshka12020-08-06 16:41:52
WordPress
ololoshka1, 2020-08-06 16:41:52

How can I download a site on WP.with editor rights?

The site was redistributed to the client, but only with the rights of the editor for review, he will not be able to download the site with the source data and the database in any way? And how to transfer it correctly in such cases, if there are additional plugins for such a case?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Yanchevsky, 2020-08-06
@ololoshka1

You can give it with admin rights, just add it to wp-config.php

define( 'DISALLOW_FILE_EDIT', true );
define( 'DISALLOW_FILE_MODS', true );

This will prohibit the installation of new plugins (respectively, it will not be possible to install a plugin for editing files and / or backup) and disable the plugin and theme editor in the admin panel.

P
Pavel Chesnokov, 2020-08-06
@cesnokov

The EDITOR access level does not allow installing plugins, which means that it cannot easily download the entire site. Exception: if it is allowed to use PHP on pages and / or it is allowed to write to the gallery not only pictures but also other files - then you can upload a file manager to the site. In general, if you have the desire and knowledge, you can download anything. And there is no way to protect yourself from it! Full of services "copy your site", where the Indian will download everything and reassemble the template, plugins, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question