芝麻web文件管理V1.00
编辑当前文件:/home/dcqnetm/intuns/wp-content/plugins/polylang/modules/share-slug/settings-preview-share-slug.php
'share-slugs', 'title' => __( 'Share slugs', 'polylang' ), 'description' => $this->get_description(), ) ); } /** * Returns the module description. * * @since 3.1 * * @return string */ protected function get_description() { return __( 'Allows to share the same URL slug across languages for posts and terms.', 'polylang' ); } /** * Tells if the module is active. * * @since 1.9 * * @return bool */ public function is_active() { return false; } /** * Displays an upgrade message. * * @since 1.9 * * @return string */ public function get_upgrade_message() { return $this->default_upgrade_message(); } }