File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/weglot/src/third/stackable/class-stackable-active.php
Back
<?php namespace WeglotWP\Third\Stackable; if ( ! defined( 'ABSPATH' ) ) { exit; } use WeglotWP\Models\Third_Active_Interface_Weglot; /** * Stackable_Active * * @since 3.0.5 */ class Stackable_Active implements Third_Active_Interface_Weglot { /** * @since 3.0.5 * @return boolean */ public function is_active() { if ( ! function_exists( 'is_plugin_active' ) ) { include_once ABSPATH . 'wp-admin/includes/plugin.php'; } $active = true; if ( ! is_plugin_active( 'stackable-ultimate-gutenberg-blocks-premium/plugin.php' ) ) { $active = false; } return apply_filters( 'weglot_stackable_is_active', $active ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings