Standaard is het Dashboard erg rommelig. Wij ruimen het voor je op!
if(strpos($_SERVER[‘REQUEST_URI’], ‘available-apartments’) !== false){ + if($product->getAttributeValue(‘available’)){ + $available = $product->getAttributeValue(‘available’)->value; + } }
“Depricated – The Allow, Deny, and Order directives, provided by mod_access_compat”
Choose a car: VolvoSaabOpelAudi
I have a bike I have a car I have a boat
// Autosave interval define(‘AUTOSAVE_INTERVAL’, 300); // seconds
// Disables WordPress Rest API for external requests //————————————————– function restrict_rest_api_to_localhost() { $whitelist = array(‘127.0.0.1’, “::1”, “111.111.111.11”); $whitelistplugins = array(‘contact-form-7’); $request = $_SERVER[‘REQUEST_URI’]; $die = true; if ($request) { foreach ($whitelistplugins as $plugin) { if (!empty(strpos($request, $plugin))) { $die = false; } } } if(!in_array($_SERVER[‘REMOTE_ADDR’], $whitelist) && $die){ die(‘REST API is disabled.’); } } add_action( […]
h1 + [class^=”btn-anchor-“], h2 + [class^=”btn-anchor-“], h3 + [class^=”btn-anchor-“], h4 + [class^=”btn-anchor-“], h5 + [class^=”btn-anchor-“], h6 + [class^=”btn-anchor-“] { margin-top: $header-margin-bottom * 1.25; }