PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
menu-elements
<?php class WPML_Inactive_Content_Render extends WPML_Twig_Template_Loader { const TEMPLATE = 'inactive-content.twig'; /** @var WPML_Inactive_Content $inactive_content */ private $inactive_content; public function __construct( WPML_Inactive_Content $inactive_content, array $paths ) { $this->inactive_content = $inactive_content; parent::__construct( $paths ); } public function render() { $model = array( 'content' => $this->inactive_content, 'strings' => [ 'title' => __( "You deactivated the following language(s) from your site, but there are still some existing translations saved in your database.", 'sitepress' ), 'more_info' => __( "If you don't plan to activate this language again, you can delete the associated content from your database.", "sitepress" ), 'language' => __( 'Language', 'sitepress' ), 'delete_translated_content' => __( 'Delete content', 'sitepress' ) ], ); return $this->get_template()->show( $model, self::TEMPLATE ); } }
[-] class-wpml-lang-domains-box.php
[edit]
[-] class-wpml-tm-post-edit-link-anchor.php
[edit]
[-] PostTypesUI.php
[edit]
[-] class-wpml-tm-post-link-anchor.php
[edit]
[-] class-wpml-taxonomy-translation-screen-data.php
[edit]
[+]
post-edit-screen
[-] class-wpml-tm-post-view-link-title.php
[edit]
[-] class-wpml-custom-types-translation-ui.php
[edit]
[-] class-wpml-tm-post-link.php
[edit]
[-] class-wpml-inactive-content-render.php
[edit]
[-] class-wpml-support-page.php
[edit]
[-] class-wpml-tm-post-edit-custom-field-settings-menu.php
[edit]
[-] class-wpml-user-options-menu.php
[edit]
[-] class-wpml-admin-scripts-setup.php
[edit]
[-] class-wpml-tm-post-view-link-anchor.php
[edit]
[-] class-wpml-tm-post-link-factory.php
[edit]
[-] class-wpml-custom-columns-factory.php
[edit]
[+]
..
[-] class-wpml-translation-tree.php
[edit]
[-] class-wpml-taxonomy-translation-ui.php
[edit]
[-] PostLinkUrl.php
[edit]
[-] class-wpml-custom-columns.php
[edit]
[-] class-wpml-taxonomy-translation.php
[edit]