Title: BEAPI &#8211; Maintenance Mode
Author: BE API
Published: <strong>5 نوفمبر، 2018</strong>
Last modified: 2 أبريل، 2019

---

البحث عن الإضافات

![](https://ps.w.org/beapi-maintenance-mode/assets/banner-772x250.jpg?rev=1969007)

هذه الإضافة **لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية**. قد لا
تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق
عند إستخدامها مع إصدارات حديثة من ووردبريس.

![](https://ps.w.org/beapi-maintenance-mode/assets/icon-256x256.png?rev=1969007)

# BEAPI – Maintenance Mode

 بواسطة [BE API](https://profiles.wordpress.org/beapi/)

[تنزيل](https://downloads.wordpress.org/plugin/beapi-maintenance-mode.1.0.5.zip)

 * [تفاصيل](https://ar.wordpress.org/plugins/beapi-maintenance-mode/#description)
 * [المراجعات](https://ar.wordpress.org/plugins/beapi-maintenance-mode/#reviews)
 *  [التنصيب](https://ar.wordpress.org/plugins/beapi-maintenance-mode/#installation)
 * [التطوير](https://ar.wordpress.org/plugins/beapi-maintenance-mode/#developers)

 [الدعم](https://wordpress.org/support/plugin/beapi-maintenance-mode/)

## الوصف

This simple and lightweight WordPress maintenance plugin puts the site into maintenance
mode. The major advantage, compared to existing plugins, is that there are no options,
it is ready to use!

It was think, while in maintenance mode, to :
 – Not impact your SEO by sending 
a ‘503 Service Unavailable’ status to all unauthenticated clients. This means that
it will inhibits search engines from both losing your site’s existing content and
indexing your maintenance page as well, so your site will not lose its rankings 
while it is out of service. Content will even be hidden from consumers of the site’s
RSS or Atom feeds. – Make continually work the login/loggout process. – It handle
the _activate process in multisite_, which a lot of existing plugins don’t. – If
people are logged in they will have the site displayed as normal/expected.

### How ?

We would like to precise that this plugin is simple as pie, anyone can use it but
still dev-oriented. The idea is to not have a bunch of options to set before using
it, in fact not only one! Because, it is a really pain when working on a multisite.

That is why there as still two filter for developers, which come in the section 
below.

### IPs whitelist

In certain conditions, it is useful to not trigger the maintenance mode. That’s 
why you can add a file to your project (mu-plugins) to specify a range of IPs to
whitelist. At the agency we use it with our VPN IP.
 Please find an example of implementation
on the following [github](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-beapi-maintenance-mode.php);

### Customize the maintenance mode template

By default it is the file located in the templates folder : [maintenance.php](https://github.com/BeAPI/beapi-maintenance-mode/blob/master/templates/maintenance.php)

But you can customize this template using the following implementation on [github](https://github.com/BeAPI/bea-plugin-defaults/blob/master/default-beapi-maintenance-mode.php),
with a custom template placed wherever you want.

### Composer

It is possible to activate the plugin by composer `wp plugin activate beapi-maitenance-
mode [--network]`
 If you are a developer and the plugin is not installed, you could
also just use a [dedicated composer command](https://github.com/BeAPI/composer-go-maintenance).

### Who ?

Created by [Be API](https://beapi.fr), the French WordPress leader agency since 
2009. Based in Paris, we are more than 30 people and always [hiring](https://beapi.workable.com)
some fun and talented guys. So we will be pleased to work with you.

This plugin is only maintained, which means we do not guarantee some free support.
Consider reporting an [issue](https://github.com/BeAPI/bea-media-analytics/issues)
and be patient.

To facilitate the process of submitting an issue and quicker answer, we only use
Github, so don’t use WP.Org support, it will not be considered.

## لقطات الشاشة

[⌊BEAPI Maintenance Mode triggered on site display.⌉⌊BEAPI Maintenance Mode triggered
on site display.⌉[

BEAPI Maintenance Mode triggered on site display.

## التنصيب

 Requirements

 * Tested up to 4.9.8
 * PHP 5.6+

 WordPress

 * Download and install using the built-in WordPress plugin installer.
 * Site activate in the “Plugins” area of the admin.

## الأسئلة المتكررّة

  Do I have something to configure ?

No.

That is the main “feature” of this plugin. It is ready to use and it is pretty useful
when working with multisite.

  Can I use into a multisite ?

Yes.

You just need to activate on each site or network wide, depending on the needs.

  How can I add my IPs to whitelist ?

Just follow the referring note into the plugin documentation.

  How can I change the template displayed in case of maintenance ?

Just follow the referring note into the plugin documentation.

## المراجعات

لا توجد مراجعات لهذه الإضافة.

## المساهمون والمطوّرون

“BEAPI – Maintenance Mode” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل
في هذه الإضافة.

المساهمون

 *   [ BE API ](https://profiles.wordpress.org/beapi/)
 *   [ Maxime Culea ](https://profiles.wordpress.org/maximeculea/)
 *   [ Nicolas Juen ](https://profiles.wordpress.org/rahe/)
 *   [ rlefort ](https://profiles.wordpress.org/rlefort/)

لقد تم ترجمة ”BEAPI – Maintenance Mode“ إلى لغة واحدة. شكراً إلى جميع [المُترجمين](https://translate.wordpress.org/projects/wp-plugins/beapi-maintenance-mode/contributors)
لمُساهماتهم.

[ترجمة ”BEAPI – Maintenance Mode“ إلى لغتك.](https://translate.wordpress.org/projects/wp-plugins/beapi-maintenance-mode)

### مُهتم بالتطوير؟

[تصفّح الشفرة](https://plugins.trac.wordpress.org/browser/beapi-maintenance-mode/)،
تحقق من [مستودع SVN](https://plugins.svn.wordpress.org/beapi-maintenance-mode/)،
أو الاشتراك في [سجل التطوير](https://plugins.trac.wordpress.org/log/beapi-maintenance-mode/)
بواسطة [RSS](https://plugins.trac.wordpress.org/log/beapi-maintenance-mode/?limit=100&mode=stop_on_copy&format=rss).

## سجل التغييرات

#### 1.0.5 – 02 Apr 2019

 * Add [#8](https://github.com/BeAPI/beapi-maintenance-mode/issues/8) : filter is
   maintenance mode helper for handle custom behaviour.

#### 1.0.4 – 06 Nov 2018

 * Pimp my html

#### 1.0.3 – 05 Nov 2018

 * Released on wp.org

#### 1.0.1 – 02 Nov 2018

 * Add [#2](https://github.com/BeAPI/beapi-maintenance-mode/issues/2) : customize
   the maintenance mode template.
 * Add [#1](https://github.com/BeAPI/beapi-maintenance-mode/issues/1) : add whitelisted
   IPs.
 * Add [#4](https://github.com/BeAPI/beapi-maintenance-mode/issues/4) : implement
   maintenance mode to not disturb the wp-activate process.

#### 1.0.0 – 02 Nov 2018

 * First release

## ميتا Meta

 *  Version **1.0.5**
 *  Last updated **قبل 7 سنوات**
 *  Active installations **100+**
 *  WordPress version ** 4.7 أو أعلى **
 *  Tested up to **4.9.31**
 *  PHP version ** 5.6 أو أعلى **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/beapi-maintenance-mode/) و [French (France)](https://fr.wordpress.org/plugins/beapi-maintenance-mode/).
 *  [ترجمة إلى لغتك](https://translate.wordpress.org/projects/wp-plugins/beapi-maintenance-mode)
 * Tags
 * [503](https://ar.wordpress.org/plugins/tags/503/)[admin](https://ar.wordpress.org/plugins/tags/admin/)
   [development](https://ar.wordpress.org/plugins/tags/development/)[maintenance](https://ar.wordpress.org/plugins/tags/maintenance/)
   [under construction](https://ar.wordpress.org/plugins/tags/under-construction/)
 *  [عرض متقدم](https://ar.wordpress.org/plugins/beapi-maintenance-mode/advanced/)

## التقييم

لم يتم تقديم أي مراجعات بعد.

[Your review](https://wordpress.org/support/plugin/beapi-maintenance-mode/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/beapi-maintenance-mode/reviews/)

## المساهمون

 *   [ BE API ](https://profiles.wordpress.org/beapi/)
 *   [ Maxime Culea ](https://profiles.wordpress.org/maximeculea/)
 *   [ Nicolas Juen ](https://profiles.wordpress.org/rahe/)
 *   [ rlefort ](https://profiles.wordpress.org/rlefort/)

## الدعم

لديك شيء لتقوله؟ بحاجة الى مساعدة؟

 [عرض منتدى الدعم](https://wordpress.org/support/plugin/beapi-maintenance-mode/)

## تبرع

هل ترغب في تقديم دعم متقدم لهذه الإضافة؟

 [ تبرع لهذه الإضافة ](http://paypal.me/BeAPI)