| Name | Size | Mode | Actions |
|---|---|---|---|
| DB.php | 9914 | 0644 | editdlrm |
| deactivation-notice.php | 2256 | 0644 | editdlrm |
| Licensing.php | 319 | 0644 | editdlrm |
| load.php | 2788 | 0644 | editdlrm |
| Uninstaller.php | 3573 | 0644 | editdlrm |
| Upgrader.php | 8216 | 0644 | editdlrm |
/home/vianto5/distritosatelite.mx/wp-content/plugins/code-snippets/php/Core/deactivation-notice.php (2256B)
%s',
esc_attr__( 'Code Snippets PHP version notice', 'code-snippets' ),
// translators: %s: required PHP version number.
esc_html( sprintf( __( 'Code Snippets requires PHP %s or later.', 'code-snippets' ), $required_php_version ) )
);
$update_url = function_exists( 'wp_get_default_update_php_url' ) ?
wp_get_default_update_php_url() :
'https://wordpress.org/support/update-php/';
// translators: %s: Update PHP URL.
$update_text = __( 'Please upgrade your server to the latest version of PHP to continue using Code Snippets.', 'code-snippets' );
echo '
', wp_kses( sprintf( $update_text, $update_url ), array( 'a' => array( 'href' => array() ) ) );
echo '
%s