Tuesday, 29 September 2020

Redirect Error Page HTTP to HTTPS

1. Open Cpanel 

2. Go to Error Page

3. Open any of the error and put this code

4. change the url


<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<script>location.href = 'https://korodklothing.com';</script>

</head>

<body></body>

</html>

Translate manually Wordpress

 add_filter( 'gettext', function( $translated, $original, $domain ) {     // Senarai penggantian (case-insensitive)     $map = array...