| Server IP : 217.11.249.137 / Your IP : 216.73.216.64 Web Server : Apache System : FreeBSD triton.blueboard.cz 13.5-STABLE FreeBSD 13.5-STABLE stable/13-a3d32f9e6 GENERIC amd64 User : www ( 80) PHP Version : 8.1.32 Disable Function : ini_restore, show_source, socket_select, socket_create_listen, socket_create_pair, socket_listen, socket_strerror, shell_exec, proc_nice, proc_terminate, readlink, symlink, link, pfsocketopen, ini_alter, dl, pcntl_exec, pcntl_fork, pcntl_signal, pcntl_waitpid, pcntl_wexitstatus, pcntl_wifexited, pcntl_wifsignaled, pcntl_wifsignaled, pcntl_wifstoped, pcntl_wifstopsig, pcntl_wtermsig, socket_accept, socket_bind, socket_create, socket_create_listen, popen, zlib_decode MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /data/www/26528/proliving_cz/www/wp-content/plugins/amp/includes/ |
Upload File : |
<?php
/**
* Callbacks for adding AMP-related things to the main theme.
*
* @codeCoverageIgnore
* @deprecated Function in this file has been moved to amp-helper-functions.php.
* @package AMP
*/
_deprecated_file(
__FILE__,
'1.0',
null,
sprintf(
/* translators: 1: amp_add_amphtml_link(). 2: amp-helper-functions.php */
esc_html__( 'Use %1$s function which is already included from %2$s', 'amp' ),
'amp_add_amphtml_link()',
'amp-helper-functions.php'
)
);
/**
* Add amphtml link to frontend.
*
* @deprecated Use amp_add_amphtml_link() instead.
*
* @since 0.2
* @since 1.0 Deprecated
* @see amp_add_amphtml_link()
*/
function amp_frontend_add_canonical() {
_deprecated_function( __FUNCTION__, '1.0', 'amp_add_amphtml_link' );
amp_add_amphtml_link();
}