| Server IP : 80.74.154.100 / Your IP : 216.73.217.0 Web Server : Apache System : Linux marissa.metanet.ch 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64 User : onlineadmin ( 10487) PHP Version : 8.5.7 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/httpd/vhosts/comeonline.ch/httpdocs/wp-content/plugins/wpsso/lib/ |
Upload File : |
<?php
/*
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl.txt
* Copyright 2012-2026 Jean-Sebastien Morisset (https://wpsso.com/)
*/
if ( ! defined( 'ABSPATH' ) ) {
die( 'These aren\'t the droids you\'re looking for.' );
}
if ( ! defined( 'WPSSO_PLUGINDIR' ) ) {
die( 'Do. Or do not. There is no try.' );
}
if ( ! class_exists( 'WpssoMessagesInfo' ) ) {
/*
* Instantiated by WpssoMessages->get() only when needed.
*/
class WpssoMessagesInfo extends WpssoMessages {
private $meta = null; // WpssoMessagesInfoMeta class object.
public function get( $msg_key = false, $info = array() ) {
$this->maybe_set_properties();
$text = '';
if ( 0 === strpos( $msg_key, 'info-meta-' ) ) {
/*
* Instantiate WpssoMessagesInfoMeta only when needed.
*/
if ( null === $this->meta ) {
require_once WPSSO_PLUGINDIR . 'lib/messages-info-meta.php';
$this->meta = new WpssoMessagesInfoMeta( $this->p );
}
return $this->meta->get( $msg_key, $info );
}
switch ( $msg_key ) {
case 'info-plugin-tid':
$um_info = $this->p->cf[ 'plugin' ][ 'wpssoum' ];
$um_info_name = _x( $um_info[ 'name' ], 'plugin name', 'wpsso' );
$um_addon_link = $this->p->util->get_admin_url( 'addons#wpssoum', $um_info_name );
$text = '<blockquote class="top-info">';
$text .= '<p>';
$text .= sprintf( __( 'After purchasing a %1$s license pack, you will receive an email with installation instructions and your unique Authentication ID for that license pack.', 'wpsso' ), $this->p_name_pro, $this->pkg_pro_transl ) . ' ';
$text .= '</p><p>';
$text .= sprintf( __( 'As mentioned in the installation instructions, don\'t forget that the %1$s add-on must be active to enable %2$s features and get %2$s updates.', 'wpsso' ), $um_addon_link, $this->pkg_pro_transl );
$text .= '</p>';
$text .= '</blockquote>';
break;
case 'info-plugin-tid-network':
$um_info = $this->p->cf[ 'plugin' ][ 'wpssoum' ];
$um_info_name = _x( $um_info[ 'name' ], 'plugin name', 'wpsso' );
$licenses_page_link = $this->p->util->get_admin_url( 'licenses', _x( 'Premium Licenses', 'lib file description', 'wpsso' ) );
$text = '<blockquote class="top-info">';
$text .= '<p>';
$text .= sprintf( __( 'After purchasing a %1$s license pack, you will receive an email with %2$s installation instructions and your unique Authentication ID for the license pack.', 'wpsso' ), $this->p_name_pro, $this->pkg_pro_transl ) . ' ';
$text .= sprintf( __( 'You may enter the Authentication ID in this settings page to define a value for all sites within the network, or enter the Authentication ID individually in each site\'s %1$s settings page.', 'wpsso' ), $licenses_page_link ) . ' ';
$text .= sprintf( __( 'If you enter an Authentication ID in this settings page, make sure you have purchased enough licenses for all sites within the network - for example, to license the %1$s plugin for 10 sites, you would need an Authentication ID for a 10 license pack or better.', 'wpsso' ), $this->p_name_pro ) . ' ';
$text .= '</p><p>';
$text .= sprintf( __( 'WordPress uses the default blog (ie. BLOG_ID_CURRENT_SITE) to manage updates in the network admin interface, which means the default blog must be licensed to install %1$s updates.', 'wpsso' ), $this->pkg_pro_transl ) . ' ';
$text .= sprintf( __( 'To update the %1$s plugin, make sure the %2$s add-on is active on the default blog, and the default blog is licensed.', 'wpsso' ), $this->p_name_pro, $um_info_name );
$text .= '</p>';
$text .= '</blockquote>';
break;
case 'info-contact_fields':
// translators: Please ignore - translation uses a different text domain.
$section_label = __( 'Contact Info' );
$profile_page_url = get_admin_url( $blog_id = null, 'profile.php' );
$text = '<blockquote class="top-info">';
$text .= '<p>';
$text .= sprintf( __( 'These options allow you to customize contact fields shown in the "%1$s" section of <a href="%2$s">the user profile page</a>.', 'wpsso' ), $section_label, $profile_page_url ) . ' ';
$text .= __( 'Contact information from the user profile can be included in meta tags and Schema markup.', 'wpsso' ) . ' ';
$text .= '<strong>' . sprintf( __( 'You should not modify the <em>%s</em> column unless you have a <em>very</em> good reason to do so.', 'wpsso' ), _x( 'Contact Field ID', 'column title', 'wpsso' ) ) . '</strong> ';
$text .= sprintf( __( 'The %s column is for display purposes only and can be changed as you wish.', 'wpsso' ), _x( 'Contact Field Label', 'column title', 'wpsso' ) ) . ' ';
$text .= '</p> <p>';
$text .= '<center>';
$text .= '<strong>' . __( 'Do not enter your contact information here – these options are for contact field ids and labels only.', 'wpsso' ) . '</strong><br/>';
$text .= sprintf( __( 'Enter your personal contact information in <a href="%s">the user profile page</a>.', 'wpsso' ), $profile_page_url );
$text .= '</center>';
$text .= '</p>';
$text .= '</blockquote>';
break;
case 'info-user-about':
// translators: Please ignore - translation uses a different text domain.
$section_label = __( 'About Yourself' );
$profile_page_url = get_admin_url( $blog_id = null, 'profile.php' );
$text = '<blockquote class="top-info"><p>';
$text .= sprintf( __( 'These options allow you to customize additional fields shown in the "%1$s" section of <a href="%2$s">the user profile page</a>.', 'wpsso' ), $section_label, $profile_page_url ) . ' ';
$text .= __( 'This additional user profile information can be included in meta tags and Schema markup.', 'wpsso' ) . ' ';
$text .= '</blockquote>';
break;
case 'info-product-attrs':
$text = '<blockquote class="top-info"><p>';
$text .= sprintf( __( 'These options allow you to customize product attribute names (aka attribute labels) that %s can use to request additional product information from your e-commerce plugin.', 'wpsso' ), $this->p_name ) . ' ';
$text .= __( 'Note that these are product attribute names that you can create in your e-commerce plugin and not their values.', 'wpsso' ) . ' ';
$text .= '</p> <p><center><strong>';
$text .= __( 'Do not enter product attribute values here – these options are for product attribute names only.', 'wpsso' );
$text .= '</strong><br/>';
$text .= __( 'You can create the following product attribute names and enter their corresponding values in your e-commerce plugin.', 'wpsso' );
$text .= '</center></p>';
if ( ! empty( $this->p->avail[ 'ecom' ][ 'woocommerce' ] ) ) {
$wcmd_info = $this->p->cf[ 'plugin' ][ 'wpssowcmd' ];
$wcmd_name_transl = _x( $wcmd_info[ 'name' ], 'plugin name', 'wpsso' );
$wcmd_addons_link = $this->p->util->get_admin_url( 'addons#wpssowcmd', $wcmd_name_transl );
// translators: Please ignore - translation uses a different text domain.
$used_for_variations = __( 'Used for variations', 'woocommerce' );
$text .= '<p><center><strong>';
$text .= __( 'An active WooCommerce plugin has been detected.', 'wpsso' );
$text .= '</strong></br>';
$text .= sprintf( __( 'See the %s documentation for information on creating and managing product attributes in WooCommerce.', 'wpsso' ), '<a href="https://woocommerce.com/document/managing-product-taxonomies/">' . __( 'Managing Product Categories, Tags and Attributes', 'wpsso' ) . '</a>' ) . ' ';
$text .= __( 'Note that WooCommerce creates a selector on the purchase page for product attributes used for variations.', 'wpsso' ) . ' ';
$text .= sprintf( __( 'Using the WooCommerce "%s" option may not be suitable for unique product IDs (like GTIN, ISBN, and MPN).', 'wpsso' ), $used_for_variations ) . ' ';
$text .= sprintf( __( 'You should activate the %s add-on if you don\'t already have a plugin to manage unique product identifiers for WooCommerce.', 'wpsso' ), $wcmd_addons_link ) . ' ';
$text .= '</center></p>';
}
$text .= '</blockquote>';
break;
case 'info-custom-fields':
$text = '<blockquote class="top-info">';
$text .= '<p>';
$text .= sprintf( __( 'These options allow you to customize the custom field names (aka metadata names) that %s can read to get additional information about the content.', 'wpsso' ), $this->p_name ) . ' ';
$text .= __( 'Custom fields are often used by plugins and themes to store additional data, but can also be created manually using the WordPress Custom Fields metabox (enabled in the block editor preferences).', 'wpsso' ) . ' ';
$text .= sprintf( __( 'Custom field names and their values (for comments, posts, terms, and/or users) can be <a href="%s">shown by activating these plugins</a>.', 'wpsso' ), 'https://wordpress.org/plugins/search/jsm+show+metadata/' ) . ' ';
$text .= sprintf( __( 'Developers should note that the %1$s filters are applied before the %2$s and %3$s filters.', 'wpsso' ), '<code>wpsso_import_cf_{custom_field_name}</code>', '<code>wpsso_get_md_options</code>', '<code>wpsso_get_{comment|post|term|user}_options</code>' ) . ' ';
$text .= '</p> <p><center><strong>';
$text .= __( 'Do not enter custom field values here – these options are for custom field names only.', 'wpsso' ) . ' ';
$text .= '</strong><br/>';
$text .= __( 'Use the following custom field names when creating custom fields for your posts, pages, and custom post types.', 'wpsso' ) . ' ';
$text .= '</center></p>';
if ( ! empty( $this->p->avail[ 'ecom' ][ 'woocommerce' ] ) ) {
$text .= '<p><center><strong>';
$text .= __( 'An active WooCommerce plugin has been detected.', 'wpsso' ) . ' ';
$text .= '</strong></br>';
$text .= __( 'Note that product attributes from WooCommerce have precedence over custom field values.', 'wpsso' ) . ' ';
$text .= __( 'We suggest using a supported third-party plugin to manage Brand, GTIN, ISBN, and MPN values for variations.', 'wpsso' ) . ' ';
$text .= '</center></p>';
}
$text .= '</blockquote>';
break;
case 'info-head_tags':
$text = '<blockquote class="top-info">';
$text .= '<p>';
// translators: %1$s is "link rel canonical", %2$s is "meta name description", and %3$s is "meta name robots".
$text .= sprintf( __( 'Note that the %1$s, %2$s, and %3$s tags are disabled automatically if another known SEO plugin is detected.', 'wpsso' ), '<code>link rel canonical</code>', '<code>meta name description</code>', '<code>meta name robots</code>' );
$text .= '</p>';
$text .= '</blockquote>';
break;
case 'info-image_dimensions':
$tools_page_link = $this->p->util->get_admin_url( 'tools', _x( 'Tools and Actions', 'lib file description', 'wpsso' ) );
$text = '<blockquote class="top-info">';
$text .= '<p>';
$text .= sprintf( __( '%s and WordPress create image files for social sites and search engines based on the following image dimensions and crop settings.', 'wpsso' ), $info[ 'short' ] ) . ' ';
$text .= __( 'Image sizes that use the same dimensions and crop settings will create just one image file.', 'wpsso' ) . ' ';
$text .= sprintf( __( 'The default dimensions and crop settings from %1$s create only %2$s image files from an original full size image (provided the original image is large enough or image upscaling has been enabled).', 'wpsso' ), $info[ 'short' ], __( 'five', 'wpsso' ) ) . ' ';
$text .= sprintf( __( 'You can reload the default image sizes from the %s settings page.', 'wpsso' ), $tools_page_link ) . ' ';
$text .= '</p>';
$text .= '</blockquote>';
break;
default:
$text = apply_filters( 'wpsso_messages_info', $text, $msg_key, $info );
break;
} // End of 'info' switch.
return $text;
}
}
}