This file contains hidden or 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
DB_CONNECTION=mysql | |
DB_HOST=localhost | |
DB_SOCKET="/home/zorca/.config/Local/run/iOruCoYhI/mysql/mysqld.sock" | |
DB_PORT=3306 | |
DB_DATABASE=local | |
DB_USERNAME=root | |
DB_PASSWORD=root |
This file contains hidden or 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
<? | |
//Include Predis library. See https://github.com/nrk/predis for more info | |
require "Predis/Autoloader.php"; | |
//Connect to Redis | |
Predis\Autoloader::register(); | |
try { | |
$redis = new Predis\Client(); | |
$redis = new Predis\Client(array( | |
"scheme" => "tcp", |
This file contains hidden or 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 | |
/** | |
* Plugin Name: Mihdan: Image Placeholder | |
*/ | |
namespace Mihdan\Image_Placeholder; | |
$images = array( | |
// Обычные | |
'https://placeimg.com/640/480/animals', |
This file contains hidden or 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
.reality-icon-for-sale:before { | |
content: '\e800'; | |
} | |
.reality-icon-for-rent:before { | |
content: '\e801'; | |
} | |
.reality-icon-furniture:before { | |
content: '\e804'; |
This file contains hidden or 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
.reality-icon-for-sale:before { | |
content: '\e800'; | |
} | |
.reality-icon-for-rent:before { | |
content: '\e801'; | |
} | |
.reality-icon-furniture:before { | |
content: '\e804'; |
This file contains hidden or 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
.reality-icon-for-sale:before { | |
content: '\e800'; | |
} | |
.reality-icon-for-rent:before { | |
content: '\e801'; | |
} | |
.reality-icon-furniture:before { | |
content: '\e804'; |
This file contains hidden or 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 | |
/** | |
* Main config file | |
*/ | |
return array( | |
'paths' => array( | |
'core' => WPSEED_WIDGETIZER_PATH . '/widgets', | |
'marketplace' => WP_CONTENT_DIR . '/widgetizer', | |
'user' => STYLESHEETPATH . '/widgetizer/elementor', |
This file contains hidden or 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 | |
/** | |
* Main config file | |
*/ | |
return array( | |
'paths' => [ | |
'core' => WPSEED_WIDGETIZER_PATH . '/widgets', | |
'marketplace' => WP_CONTENT_DIR . '/widgetizer', | |
'user' => STYLESHEETPATH . '/widgetizer/elementor', |
This file contains hidden or 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 | |
/** | |
* Main config file | |
*/ | |
return array( | |
'paths' => [ | |
'core' => WPSEED_WIDGETIZER_PATH . '/widgets', | |
'marketplace' => WP_CONTENT_DIR . '/widgetizer', | |
'user' => STYLESHEETPATH . '/widgetizer/elementor', |
This file contains hidden or 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 | |
/** | |
* Main config file | |
*/ | |
return array( | |
'paths' => [ | |
'core' => WPSEED_WIDGETIZER_PATH . '/widgets', | |
'marketplace' => WP_CONTENT_DIR . '/widgetizer', | |
'user' => STYLESHEETPATH . '/widgetizer/elementor', |