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 :: loop foreach laravel with number 
Php :: laravel carbon get day name 
Php :: php how to connect to db using PDO 
Php :: shortcode php wordpress 
Php :: install php version 7.3 ubuntu 
Php :: php return new object 
Php :: post php 
Php :: get nearby from longitude and latitude in laravel 
Php :: laravel pagination number of items 
Php :: laravel apiresource 
Php :: array_filter first element php 
Php :: moodle get course image 
Php :: php array subset by slicing 
Php :: symfony no php binaries detected 
Php :: calculate percentage of amount in php 
Php :: php html template if conditions 
Php :: laravel pagination layout issue 
Php :: php redirect with query string 
Php :: model find by certain column laravel 
Php :: check what kind of file was uploaded php 
Php :: php print datetime 
Php :: Eloquent where date methods 
Php :: php check if all values in array are equal 
Php :: php send http request 
Php :: php array insert before key 
Php :: how to check if all values in an array are equal php 
Php :: PHP strtoupper — Make a string uppercase 
Php :: laravel update query builder 
Php :: composer create project 
Php :: how to get all the records with same ID in laravel 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =