Im just trying to run google advert, and have a tracking tag. Ive tried to add it to the CCS field in the theme but it won’t allow it, Says that markup won’t allow it.
Ive tried adding it to the actual theme editor but google doesn’t seem to be picking it up, any ideas ?
]]>With PHP 7.3, there are 5 PHP notices per request:
PHP Deprecated: define(): Declaration of case-insensitive constants is deprecated in themes/expert-movers/functions.php on line 238
It looks like the define()
calls are missing a __()
(language API call), and, e.g.
define('EXPERT_MOVERS_LIVE_DEMO','https://www.luzuk.com/demo/expert-movers/','expert-movers');
is supposed to be
define('EXPERT_MOVERS_LIVE_DEMO',__('https://www.luzuk.com/demo/expert-movers/','expert-movers'));
]]>
I need demo content of xml file to import demo content.
]]>