Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.

#in wp-config.php

define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST'] );


#https://www.fiverr.com/tamerjarrar
Comment

Error: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.

 you’ll need to open your website’s function.php file. 
 
Then add the following code:
 
setcookie(TEST_COOKIE, 'WP Cookie check', 0, COOKIEPATH, COOKIE_DOMAIN);
if ( SITECOOKIEPATH != COOKIEPATH ) setcookie(TEST_COOKIE, 'WP Cookie check', 0, SITECOOKIEPATH, COOKIE_DOMAIN);
and then save/upload your functions.php file.


#https://www.fiverr.com/shadabdeveloper
Comment

PREVIOUS NEXT
Code Example
Php :: wordpress logout to home page 
Php :: php get user ip address 
Php :: laravel env 
Php :: php strtotime 1 day ago from 
Php :: composer remove cache 
Php :: remove storefront footer 
Php :: php self 
Php :: php copyright footer 
Php :: click confirm before submit form php 
Php :: echo query in laravel 
Php :: php laravel xml to json 
Php :: add zeros in front of number php 
Php :: get taxonomy term id from slug - WordPress 
Php :: laravel transactions 
Php :: guzzle http try catch 
Php :: php maxupload 
Php :: php bbcode tag dellete 
Php :: how to disable/hide menu admin page wordpress dev 
Php :: display exception in blade laravel 
Php :: center mode slick slider 
Php :: laravel order by 
Php :: find distance between two coordinate in php 
Php :: laravel get latest record by date 
Php :: twig dd 
Php :: Internal error: xmlSchemaXPathProcessHistory, The state object to be removed is not the first in the list. 
Php :: wp_query limit 1 
Php :: laravel model quard 
Php :: php header base64 pdf 
Php :: melhor linguagem de programação 
Php :: destroy php variable 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =