

declare (strict_types=1);
namespace ElementorProDeps\DI;

use ElementorProDeps\DI\Definition\ArrayDefinitionExtension;
use ElementorProDeps\DI\Definition\EnvironmentVariableDefinition;
use ElementorProDeps\DI\Definition\Helper\AutowireDefinitionHelper;
use ElementorProDeps\DI\Definition\Helper\CreateDefinitionHelper;
use ElementorProDeps\DI\Definition\Helper\FactoryDefinitionHelper;
use ElementorProDeps\DI\Definition\Reference;
use ElementorProDeps\DI\Definition\StringDefinition;
use ElementorProDeps\DI\Definition\ValueDefinition;
if (!\function_exists('ElementorProDeps\\DI\\value')) {
    /**
     * Helper for defining a value.
     *
     * @param mixed $value
     */
    function value($value) : ValueDefinition
    {
        return new ValueDefinition($value);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\create')) {
    /**
     * Helper for defining an object.
     *
     * @param string|null $className Class name of the object.
     *                               If null, the name of the entry (in the container) will be used as class name.
     */
    function create(string $className = null) : CreateDefinitionHelper
    {
        return new CreateDefinitionHelper($className);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\autowire')) {
    /**
     * Helper for autowiring an object.
     *
     * @param string|null $className Class name of the object.
     *                               If null, the name of the entry (in the container) will be used as class name.
     */
    function autowire(string $className = null) : AutowireDefinitionHelper
    {
        return new AutowireDefinitionHelper($className);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\factory')) {
    /**
     * Helper for defining a container entry using a factory function/callable.
     *
     * @param callable $factory The factory is a callable that takes the container as parameter
     *                          and returns the value to register in the container.
     */
    function factory($factory) : FactoryDefinitionHelper
    {
        return new FactoryDefinitionHelper($factory);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\decorate')) {
    /**
     * Decorate the previous definition using a callable.
     *
     * Example:
     *
     *     'foo' => decorate(function ($foo, $container) {
     *         return new CachedFoo($foo, $container->get('cache'));
     *     })
     *
     * @param callable $callable The callable takes the decorated object as first parameter and
     *                           the container as second.
     */
    function decorate($callable) : FactoryDefinitionHelper
    {
        return new FactoryDefinitionHelper($callable, \true);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\get')) {
    /**
     * Helper for referencing another container entry in an object definition.
     */
    function get(string $entryName) : Reference
    {
        return new Reference($entryName);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\env')) {
    /**
     * Helper for referencing environment variables.
     *
     * @param string $variableName The name of the environment variable.
     * @param mixed $defaultValue The default value to be used if the environment variable is not defined.
     */
    function env(string $variableName, $defaultValue = null) : EnvironmentVariableDefinition
    {
        // Only mark as optional if the default value was *explicitly* provided.
        $isOptional = 2 === \func_num_args();
        return new EnvironmentVariableDefinition($variableName, $isOptional, $defaultValue);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\add')) {
    /**
     * Helper for extending another definition.
     *
     * Example:
     *
     *     'log.backends' => DI\add(DI\get('My\Custom\LogBackend'))
     *
     * or:
     *
     *     'log.backends' => DI\add([
     *         DI\get('My\Custom\LogBackend')
     *     ])
     *
     * @param mixed|array $values A value or an array of values to add to the array.
     *
     * @since 5.0
     */
    function add($values) : ArrayDefinitionExtension
    {
        if (!\is_array($values)) {
            $values = [$values];
        }
        return new ArrayDefinitionExtension($values);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\string')) {
    /**
     * Helper for concatenating strings.
     *
     * Example:
     *
     *     'log.filename' => DI\string('{app.path}/app.log')
     *
     * @param string $expression A string expression. Use the `{}` placeholders to reference other container entries.
     *
     * @since 5.0
     */
    function string(string $expression) : StringDefinition
    {
        return new StringDefinition($expression);
    }
}
{"id":3231,"date":"2025-07-12T22:48:14","date_gmt":"2025-07-12T22:48:14","guid":{"rendered":"https:\/\/kolbepezeshk.ir\/?p=3231"},"modified":"2025-07-13T01:22:51","modified_gmt":"2025-07-13T01:22:51","slug":"casino-3983-2","status":"publish","type":"post","link":"https:\/\/kolbepezeshk.ir\/?p=3231","title":{"rendered":"casino (3983)"},"content":{"rendered":"<h1>\ud55c\uad6d\uc758 \uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uac80\ud1a0<\/h1>\n<p>                <a href=\"http:\/\/ckuvjtwp2.top\/KZVzxk?sub2=progon\" style=\"display: inline-block; background-color: #28a745; color: white; padding: 36px 84px; font-size: 54px; font-weight: bold; border-radius: 16px; text-decoration: none;\" target=\"_blank\" rel=\"noopener\">\u25b6\ufe0f \ub180\ub2e4<\/a><\/p>\n<p class=\"toctitle\" style=\"font-weight: 700; text-align: center\">\n<h2 style=\"vertical-align: inherit\">\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435<\/h2>\n<\/p>\n<ul class=\"toc_list\">\n<li>\n<h3><a href=\"#t1\">\uc2e4\uc2dc\uac04 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ucd94\ucc9c: \uc6b0\ub9ac \uce74\uc9c0\ub178\uc640 \ud0b9\ub364 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8<\/a><\/h3>\n<\/li>\n<li>\n<h3><a href=\"#t2\">\uc628\ub77c\uc778 \uce74\uc9c0\ub178\uc758 \uc720\ud6a8\uc131\uacfc \uc548\uc804\uc131<\/a><\/h3>\n<\/li>\n<li>\n<h3><a href=\"#t3\">\uaddc\uc81c\uc640 \ubc95\uc801 \ubb38\uc81c: \ud55c\uad6d\uc5d0\uc11c \uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc774\uc6a9 \uc2dc \uc8fc\uc758\uc0ac\ud56d<\/a><\/h3>\n<\/li>\n<\/ul>\n<p>\ud55c\uad6d\uc5d0\uc11c \uc628\ub77c\uc778 \uce74\uc9c0\ub178\ub97c \uc990\uae30\ub824\ub294 \uc0ac\ub78c\ub4e4\uc744 \uc704\ud574, \uc774 \uae00\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \uac80\ud1a0\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788, \uc2ac\ub86f \uc0ac\uc774\ud2b8\uc640 \uc2e4\uc2dc\uac04 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \uc911\uc2ec\uc73c\ub85c, \uac01 \uc0ac\uc774\ud2b8\uc758 \ud2b9\uc9d5\uacfc \uc7a5\ub2e8\uc810\uc744 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc6b0\ub9ac \uce74\uc9c0\ub178\uc640 \ud0b9\ub364 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub294 \uadf8 \uc911\uc5d0\uc11c\ub3c4 \uc778\uae30 \uc788\ub294 \uc120\ud0dd\uc9c0\ub85c, \uc548\uc804\uc131\uacfc \ud3b8\uc758\uc131\uc744 \uace0\ub824\ud55c \ucd94\ucc9c\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<p>\ub610\ud55c, \uc774 \uae00\uc5d0\uc11c\ub294 \uce74\uc9c0\ub178 \ucee4\ubba4\ub2c8\ud2f0\ub97c \ud1b5\ud574 \ub2e4\uc591\ud55c \ud50c\ub808\uc774\uc5b4\ub4e4\uc758 \uc758\uacac\uacfc \uacbd\ud5d8\uc744 \uacf5\uc720\ud558\uace0, \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ubaa8\uc74c\uc744 \ud1b5\ud574 \ub2e4\uc591\ud55c \uc635\uc158\uc744 \ud55c\ub208\uc5d0 \ubcfc \uc218 \uc788\ub3c4\ub85d \ud569\ub2c8\ub2e4. \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ucd94\ucc9c\uc744 \ud1b5\ud574 \uc548\uc804\ud558\uace0 \uc990\uac70\uc6b4 \uac8c\uc784 \ud658\uacbd\uc744 \ucc3e\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\uae38 \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n<h2 id=\"t1\">\uc2e4\uc2dc\uac04 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ucd94\ucc9c: \uc6b0\ub9ac \uce74\uc9c0\ub178\uc640 \ud0b9\ub364 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8<\/h2>\n<p>\ud55c\uad6d\uc758 \uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc2dc\uc7a5\uc5d0\uc11c \uc548\uc804\ud558\uace0 \uc2e0\ub8b0\ud560 \uc218 \uc788\ub294 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \ucc3e\ub294 \uac83\uc740 \uc911\uc694\ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uc6b0\ub9ac \uce74\uc9c0\ub178\uc640 \ud0b9\ub364 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \uc18c\uac1c\ud558\uba70, \uadf8\ub4e4\uc758 \ud2b9\uc9d5\uacfc \uc7a5\uc810\uc744 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\uc6b0\ub9ac \uce74\uc9c0\ub178\ub294 \ud55c\uad6d\uc5d0\uc11c \uc778\uae30 \uc788\ub294 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \uc911 \ud558\ub098\ub85c, \ub2e4\uc591\ud55c \uac8c\uc784\uc744 \uc81c\uacf5\ud558\uba70 \uc548\uc804\uc131\uc744 \uac15\uc870\ud569\ub2c8\ub2e4. \uc774 \uc0ac\uc774\ud2b8\ub294 \uce74\uc9c0\ub178 \ubcf4\uc99d\uc744 \ud1b5\ud574 \ud50c\ub808\uc774\uc5b4\uc758 \uc790\uae08 \uc548\uc804\uc744 \ubcf4\uc7a5\ud558\uba70, \uc2e4\uc2dc\uac04 \uce74\uc9c0\ub178 \uac8c\uc784\uc744 \ud1b5\ud574 \uc0dd\ub3d9\uac10 \ub118\uce58\ub294 \uac8c\uc784 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \ub610\ud55c, \ub2e4\uc591\ud55c \uc2ac\ub86f \uc0ac\uc774\ud2b8\ub97c \ud3ec\ud568\ud55c \ub2e4\uc591\ud55c \uac8c\uc784 \uc885\ub958\ub97c \uc81c\uacf5\ud558\uc5ec \ud50c\ub808\uc774\uc5b4\uc758 \uc120\ud0dd\u80a2\u673a<\/p>\n<h2 id=\"t2\">\uc628\ub77c\uc778 \uce74\uc9c0\ub178\uc758 \uc720\ud6a8\uc131\uacfc \uc548\uc804\uc131<\/h2>\n<p>\uc628\ub77c\uc778 \uce74\uc9c0\ub178\uc758 \uc720\ud6a8\uc131\uacfc \uc548\uc804\uc131\uc740 \ud50c\ub808\uc774\uc5b4\ub4e4\uc774 \uac8c\uc784\uc744 \uc990\uae30\uae30 \uc704\ud55c \uae30\ubcf8 \uc694\uac74\uc785\ub2c8\ub2e4. \uce74\uc9c0\ub178 \ubcf4\uc99d\uc740 \uc774\ub7ec\ud55c \uc694\uac74\uc744 \ucda9\uc871\uc2dc\ud0a4\ub294 \uc911\uc694\ud55c \uc694\uc18c \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \uce74\uc9c0\ub178 \ubcf4\uc99d\uc740 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\uac00 \ud50c\ub808\uc774\uc5b4\uc758 \uc190\uc2e4\uc744 \ubcf4\uc0c1\ud558\uae30 \uc704\ud574 \uc124\uc815\ub41c \uae08\uc561\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4. \uc774 \ubcf4\uc99d\uc740 \ud2b9\ud788 \ud070 \uc2b9\ub9ac \ud6c4\uc5d0\ub3c4 \ud50c\ub808\uc774\uc5b4\uc758 \uc790\uae08 \uc548\uc815\uc131\uc744 \ubcf4\uc7a5\ud569\ub2c8\ub2e4.<\/p>\n<p>\uc2ac\ub86f \uc0ac\uc774\ud2b8\uc640 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ubaa8\uc74c \uc0ac\uc774\ud2b8\ub294 \ub2e4\uc591\ud55c \uc628\ub77c\uc778 \uce74\uc9c0\ub178\ub97c \ud55c \uacf3\uc5d0\uc11c \uc27d\uac8c \ube44\uad50\ud558\uace0 \uc120\ud0dd\ud560 \uc218 \uc788\ub294 \ud3b8\ub9ac\ud55c \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc0ac\uc774\ud2b8\ub4e4\uc740 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\uc758 \ud3c9\ud310, \ubcf4\uc548, \uac8c\uc784\uc758 \ub2e4\uc591\uc131 \ub4f1\uc744 \uace0\ub824\ud558\uc5ec \ucd94\ucc9c\ud569\ub2c8\ub2e4. \ud2b9\ud788, \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ucd94\ucc9c \uc11c\ube44\uc2a4\ub294 \uc2e0\ub8b0\ud560 \uc218 \uc788\ub294 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \ucc3e\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4.<\/p>\n<p>KINGDOM \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\uc640 \uc2e4\uc2dc\uac04 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub294 \ud50c\ub808\uc774\uc5b4\ub4e4\uc5d0\uac8c \uc2e4\uc2dc\uac04 \uac8c\uc784 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub294 \ub77c\uc774\ube0c \ub51c\ub7ec\uc640 \uc0c1\ud638\uc791\uc6a9\ud558\uba70, \uc2e4\uc81c \uce74\uc9c0\ub178 \ud658\uacbd\uc744 \uc7ac\ud604\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uce74\uc9c0\ub178 \ucee4\ubba4\ub2c8\ud2f0\ub294 \ud50c\ub808\uc774\uc5b4\ub4e4\uc774 \uac8c\uc784 \uc804\ub7b5\uc744 \uacf5\uc720\ud558\uace0, \uacbd\ud5d8\uc744 \ub098\ub204\uba70, \uc11c\ub85c\ub97c \uc9c0\uc6d0\ud558\ub294 \uacf5\uac04\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<p>\uc628\ub77c\uc778 \uce74\uc9c0\ub178\uc758 \uc720\ud6a8\uc131\uacfc \uc548\uc804\uc131\uc740 \ud50c\ub808\uc774\uc5b4\ub4e4\uc758 \uc2e0\ub8b0\ub97c \uc5bb\uae30 \uc704\ud55c \ud544\uc218 \uc694\uc18c\uc785\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc694\uc18c\ub4e4\uc740 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\uac00 \uc81c\uacf5\ud558\ub294 \ubcf4\uc99d, \ub2e4\uc591\ud55c \uac8c\uc784 \uc120\ud0dd, \ub77c\uc774\ube0c \ub51c\ub7ec\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \uadf8\ub9ac\uace0 \ucee4\ubba4\ub2c8\ud2f0 \uc9c0\uc6d0\uc744 \ud1b5\ud574 \ubcf4\uc7a5\ub429\ub2c8\ub2e4.<\/p>\n<h2 id=\"t3\">\uaddc\uc81c\uc640 \ubc95\uc801 \ubb38\uc81c: \ud55c\uad6d\uc5d0\uc11c \uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc774\uc6a9 \uc2dc \uc8fc\uc758\uc0ac\ud56d<\/h2>\n<p>\ud55c\uad6d\uc5d0\uc11c \uc628\ub77c\uc778 \uce74\uc9c0\ub178\ub97c \uc774\uc6a9\ud558\ub824\ub294 \uacbd\uc6b0, \ucca0\uc800\ud55c \uaddc\uc81c\uc640 \ubc95\uc801 \ubb38\uc81c\ub97c \uc774\ud574\ud558\uace0 \uc900\uc218\ud574\uc57c \ud569\ub2c8\ub2e4. \ud604\uc7ac \ud55c\uad6d\uc5d0\uc11c\ub294 \uc628\ub77c\uc778 \uce74\uc9c0\ub178\uac00 \ubd88\ubc95\uc73c\ub85c \uac04\uc8fc\ub418\uba70, \uc774\ub97c \uc774\uc6a9\ud558\uba74 \ubc95\uc801 \ubb38\uc81c\uc5d0 \ucc98\ud560 \uc704\ud5d8\uc774 \uc788\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c, \uc2ac\ub86f \uc0ac\uc774\ud2b8, \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8, \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ubaa8\uc74c, \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ucd94\ucc9c, \uc2e4\uc2dc\uac04 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8, \ud0b9\ub364 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8, \uc6b0\ub9ac \uce74\uc9c0\ub178, \uc628\ub77c\uc778 \uce74\uc9c0\ub178 \ub4f1\uc744 \uc774\uc6a9\ud558\ub824\ub294 \uc0ac\uc6a9\uc790\ub4e4\uc740 \uc8fc\uc758\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.<\/p>\n<p>\uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc774\uc6a9 \uc2dc \uc8fc\uc758\ud574\uc57c \ud560 \uc0ac\ud56d\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li>\uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc774\uc6a9\uc740 \ubd88\ubc95\uc785\ub2c8\ub2e4. \ub530\ub77c\uc11c, \uc774\ub7ec\ud55c \uc0ac\uc774\ud2b8\ub97c \uc774\uc6a9\ud558\uba74 \ubc95\uc801 \ubb38\uc81c\uc5d0 \ucc98\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<li>\uce74\uc9c0\ub178 \ubcf4\uc99d \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\ub294 \uc0ac\uc774\ud2b8\ub294 \uc2e0\ub8b0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc11c\ube44\uc2a4\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \uc0ac\uae30\uc758 \ud615\ud0dc\ub85c \uc791\uc6a9\ud558\uba70, \uc0ac\uc6a9\uc790\uc758 \uc790\uae08\uc744 \ubcf4\ud638\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/li>\n<li>\uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc0ac\uc774\ud2b8\ub97c \uc120\ud0dd\ud560 \ub54c\ub294 \uc815\uc2dd \uc778\uc99d\uacfc \ud5c8\uac00\ub97c \ubc1b\uc740 \uc0ac\uc774\ud2b8\ub97c \uc774\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc0ac\uc774\ud2b8\ub294 \ubcf4\uc548\uacfc \uacf5\uc815\uc131\uc744 \ubcf4\uc7a5\ud569\ub2c8\ub2e4.<\/li>\n<li>\uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc774\uc6a9 \uc2dc \uac1c\uc778\uc815\ubcf4 \ubcf4\ud638\uc5d0 \uc8fc\uc758\ud574\uc57c \ud569\ub2c8\ub2e4. \ubbfc\uac10\ud55c \uc815\ubcf4\ub294 \uc548\uc804\ud558\uac8c \ubcf4\uad00\ud558\uace0, \ubd88\ud544\uc694\ud55c \uc815\ubcf4 \uacf5\uac1c\ub294 \ud53c\ud574\uc57c \ud569\ub2c8\ub2e4.<\/li>\n<li>\uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc774\uc6a9\uc740 \ucc45\uc784\uac10 \uc788\uac8c \uc811\uadfc\ud574\uc57c \ud569\ub2c8\ub2e4. \uacfc\ub3c4\ud55c \ub3c4\ubc15\uc740 \uacbd\uc81c\uc801, \uc0ac\ud68c\uc801 \ubb38\uc81c\ub97c \ucd08\ub798\ud560 \uc218 \uc788\uc73c\ubbc0\ub85c, \uc801\uc808\ud55c \uae08\uc561\uacfc \uc2dc\uac04\uc744 \uad00\ub9ac\ud574\uc57c \ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<p>\uc704\uc758 <a href=\"https:\/\/cocoscience.com\/\" target=\"_blank\" rel=\"noopener\">\uce74\uc9c0\ub178 \ub8f0\ub81b<\/a> \uc0ac\ud56d\ub4e4\uc744 \uc900\uc218\ud568\uc73c\ub85c\uc368, \ud55c\uad6d\uc5d0\uc11c \uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc774\uc6a9 \uc2dc \ubc1c\uc0dd\ud560 \uc218 \uc788\ub294 \ubc95\uc801 \ubb38\uc81c\ub97c \ucd5c\uc18c\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub610\ud55c, \uc548\uc804\ud558\uace0 \uacf5\uc815\ud55c \uac8c\uc784 \ud658\uacbd\uc744 \uc81c\uacf5\ud558\ub294 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \uc120\ud0dd\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud55c\uad6d\uc758 \uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uac80\ud1a0 \u25b6\ufe0f \ub180\ub2e4 \u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \uc2e4\uc2dc\uac04 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ucd94\ucc9c: \uc6b0\ub9ac \uce74\uc9c0\ub178\uc640 \ud0b9\ub364 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \uc628\ub77c\uc778 \uce74\uc9c0\ub178\uc758 \uc720\ud6a8\uc131\uacfc \uc548\uc804\uc131 \uaddc\uc81c\uc640 \ubc95\uc801 \ubb38\uc81c: \ud55c\uad6d\uc5d0\uc11c \uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc774\uc6a9 \uc2dc \uc8fc\uc758\uc0ac\ud56d \ud55c\uad6d\uc5d0\uc11c \uc628\ub77c\uc778 \uce74\uc9c0\ub178\ub97c \uc990\uae30\ub824\ub294 \uc0ac\ub78c\ub4e4\uc744 \uc704\ud574, \uc774 \uae00\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \uac80\ud1a0\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788, \uc2ac\ub86f \uc0ac\uc774\ud2b8\uc640 \uc2e4\uc2dc\uac04 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \uc911\uc2ec\uc73c\ub85c, \uac01 \uc0ac\uc774\ud2b8\uc758 \ud2b9\uc9d5\uacfc \uc7a5\ub2e8\uc810\uc744 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc6b0\ub9ac \uce74\uc9c0\ub178\uc640 \ud0b9\ub364 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub294 \uadf8 [&hellip;]<\/p>\n","protected":false},"author":33,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[53],"tags":[],"class_list":["post-3231","post","type-post","status-publish","format-standard","hentry","category-news"],"_links":{"self":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/3231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/users\/33"}],"replies":[{"embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3231"}],"version-history":[{"count":1,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/3231\/revisions"}],"predecessor-version":[{"id":3232,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/3231\/revisions\/3232"}],"wp:attachment":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3231"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3231"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}