File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/weglot/src/services/class-menu-options-service-weglot.php
Back
<?php namespace WeglotWP\Services; if ( ! defined( 'ABSPATH' ) ) { exit; } use WeglotWP\Helpers\Helper_Menu_Options_Weglot; /** * @since 2.4.0 */ class Menu_Options_Service_Weglot { /** * @since 2.4.0 */ public function __construct() { } /** * @since 2.4.0 * @return array<int|string,mixed> */ public function get_options_default() { $keys = Helper_Menu_Options_Weglot::get_keys(); return apply_filters( 'weglot_menu_switcher_options_default', array_map( function() { return false; }, array_flip( $keys ) ) ); } /** * @since 2.4.0 * @return array<int|string,mixed> */ public function get_list_options_menu_switcher() { return Helper_Menu_Options_Weglot::get_menu_switcher_list_options(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings