![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/zust.corals.io/wp-content/plugins/polylang/settings/ |
<?php /** * Displays the content of the About metabox * * @package Polylang */ defined( 'ABSPATH' ) || exit; ?> <p> <?php printf( /* translators: %1$s is link start tag, %2$s is link end tag. */ esc_html__( 'Polylang is provided with an extensive %1$sdocumentation%2$s (in English). It includes information on how to set up your multilingual site and use it on a daily basis; FAQs, and documentation for developers to adapt their plugins and themes.', 'polylang' ), '<a href="https://polylang.pro/doc/">', '</a>' ); if ( ! defined( 'POLYLANG_PRO' ) ) { echo ' '; printf( /* translators: %1$s is link start tag, %2$s is link end tag. */ esc_html__( 'Support and extra features are available to %1$sPolylang Pro%2$s users.', 'polylang' ), '<a href="https://polylang.pro">', '</a>' ); } ?> </p>