

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":3478,"date":"2025-07-14T23:21:34","date_gmt":"2025-07-14T23:21:34","guid":{"rendered":"https:\/\/kolbepezeshk.ir\/?p=3478"},"modified":"2025-07-15T09:56:26","modified_gmt":"2025-07-15T09:56:26","slug":"casino-3201","status":"publish","type":"post","link":"https:\/\/kolbepezeshk.ir\/?p=3478","title":{"rendered":"casino (3201)"},"content":{"rendered":"<h1>\ud55c\uad6d\uc758 \uc628\ub77c\uc778 \uce74\uc9c0\ub178 &#8211; \uac04\ub7b5\ud55c \uac1c\uc694<\/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\">\uc628\ub77c\uc778 \uce74\uc9c0\ub178\uc758 \ud604\ud669\uacfc \uaddc\uc81c<\/a><\/h3>\n<\/li>\n<li>\n<h3><a href=\"#t2\">\uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc774\uc6a9 \ubc29\ubc95\uacfc \uc8fc\uc758\uc0ac\ud56d<\/a><\/h3>\n<\/li>\n<li>\n<h3><a href=\"#t3\">\uc8fc\uc758\uc0ac\ud56d<\/a><\/h3>\n<\/li>\n<\/ul>\n<p>\uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub294 \ud55c\uad6d\uc5d0\uc11c \uc778\uae30 \uc788\ub294 \uc628\ub77c\uc778 \uac8c\uc784 \ud50c\ub7ab\ud3fc\uc73c\ub85c, \ub2e4\uc591\ud55c \uac8c\uc784\uacfc \ubcf4\ub108\uc2a4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ucd94\ucc9c\uc740 \uc2e0\ub8b0\uc131\uacfc \uc548\uc804\uc131\uc744 \uace0\ub824\ud558\uc5ec \uc120\ubcc4\ub41c \uc0ac\uc774\ud2b8\ub4e4\ub85c, \ud50c\ub808\uc774\uc5b4\ub4e4\uc5d0\uac8c \uc548\uc804\ud558\uace0 \uc990\uac70\uc6b4 \uac8c\uc784 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<p>\uce74\uc9c0\ub178 \ucee4\ubba4\ub2c8\ud2f0\ub294 \ud50c\ub808\uc774\uc5b4\ub4e4\uc774 \uc815\ubcf4\ub97c \uacf5\uc720\ud558\uace0, \uc804\ub7b5\uc744 \ub17c\uc758\ud558\uba70, \ud568\uaed8 \uc990\uae38 \uc218 \uc788\ub294 \uacf5\uac04\uc785\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ucee4\ubba4\ub2c8\ud2f0\ub294 \ud50c\ub808\uc774\uc5b4\ub4e4\uc774 \uc11c\ub85c\ub97c \uc9c0\uc6d0\ud558\uace0, \uc0c8\ub85c\uc6b4 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \ubc1c\uacac\ud558\uba70, \uac8c\uc784 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4.<\/p>\n<p>\ud0b9\ub364 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub294 \ud55c\uad6d\uc5d0\uc11c \uc778\uae30 \uc788\ub294 \uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc911 \ud558\ub098\ub85c, \ub2e4\uc591\ud55c \uac8c\uc784\uacfc \ubcf4\uc99d\uae08 \ubcf4\ub108\uc2a4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774 \uc0ac\uc774\ud2b8\ub294 \uc548\uc804\uc131\uacfc \uc2e0\ub8b0\uc131\uc744 \uc911\uc2dc\ud558\uba70, \ud50c\ub808\uc774\uc5b4\ub4e4\uc774 \uc548\uc2ec\ud558\uace0 \uac8c\uc784\ud560 \uc218 \uc788\ub294 \ud658\uacbd\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<p>\uce74\uc9c0\ub178 \ubcf4\uc99d\uc740 \ud50c\ub808\uc774\uc5b4\ub4e4\uc774 \uac8c\uc784\uc744 \uc990\uae30\uba74\uc11c\ub3c4 \uc548\uc804\uc131\uc744 \uc720\uc9c0\ud560 \uc218 \uc788\ub3c4\ub85d \ubcf4\uc7a5\ud569\ub2c8\ub2e4. \uc774\ub294 \ud50c\ub808\uc774\uc5b4\uc758 \uc790\uae08\uc774 \uc548\uc804\ud558\uac8c \ubcf4\ud638\ub418\uace0, \uac8c\uc784\uc774 \uacf5\uc815\ud558\uac8c \uc9c4\ud589\ub418\ub294 \uac83\uc744 \ubcf4\uc7a5\ud569\ub2c8\ub2e4.<\/p>\n<p>\uc628\ub77c\uc778 \uce74\uc9c0\ub178\ub294 \ud55c\uad6d\uc5d0\uc11c \uc778\uae30 \uc788\ub294 \uac8c\uc784 \ud50c\ub7ab\ud3fc\uc73c\ub85c, \uc2ac\ub86f \uc0ac\uc774\ud2b8, \ube14\ub799\uc7ad, \ub8f0\ub81b \ub4f1 \ub2e4\uc591\ud55c \uac8c\uc784\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc6b0\ub9ac \uce74\uc9c0\ub178\ub294 \ud55c\uad6d\uc5b4\ub85c \uc6b4\uc601\ub418\uba70, \ud55c\uad6d \ud50c\ub808\uc774\uc5b4\ub4e4\uc744 \uc704\ud55c \ub2e4\uc591\ud55c \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<p>\uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ubaa8\uc74c\uc740 \uc5ec\ub7ec \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \ud55c \uacf3\uc5d0\uc11c \uc27d\uac8c \ucc3e\uc744 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4. \uc774 \ubaa8\uc74c\uc740 \uc2e0\ub8b0\ud560 \uc218 \uc788\ub294 \uc0ac\uc774\ud2b8\ub4e4\ub9cc\uc744 \ud3ec\ud568\ud558\uba70, \ud50c\ub808\uc774\uc5b4\ub4e4\uc774 \uc548\uc804\ud558\uace0 \uc990\uac70\uc6b4 \uac8c\uc784 \uacbd\ud5d8\uc744 \ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4.<\/p>\n<h2 id=\"t1\">\uc628\ub77c\uc778 \uce74\uc9c0\ub178\uc758 \ud604\ud669\uacfc \uaddc\uc81c<\/h2>\n<p>\uc628\ub77c\uc778 \uce74\uc9c0\ub178\uc758 \ubc1c\uc804\uc740 \ucd5c\uadfc \uba87 \ub144 \ub3d9\uc548 \ube60\ub974\uac8c \uc9c4\ud589\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud55c\uad6d\uc5d0\uc11c\ub3c4 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ucd94\ucc9c, \uc2e4\uc2dc\uac04 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8, \uc6b0\ub9ac \uce74\uc9c0\ub178, \uce74\uc9c0\ub178 \ucee4\ubba4\ub2c8\ud2f0, \uc2ac\ub86f \uc0ac\uc774\ud2b8, \ud0b9\ub364 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ub4f1 \ub2e4\uc591\ud55c \uc628\ub77c\uc778 \uce74\uc9c0\ub178\uac00 \ub4f1\uc7a5\ud558\uba70 \uc778\uae30\ub97c \uc5bb\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc11c\ube44\uc2a4\ub4e4\uc740 \uc548\uc804\uc131\uacfc \ubcf4\uc99d, \ub2e4\uc591\ud55c \uac8c\uc784 \uc885\ub958\ub97c \uc81c\uacf5\ud558\uba70, \uc0ac\uc6a9\uc790\ub4e4\uc5d0\uac8c \ud3b8\ub9ac\ud55c \ud50c\ub808\uc774 \ud658\uacbd\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<p>\uadf8\ub7ec\ub098 \uc774\ub7ec\ud55c \ubc1c\uc804\uc5d0\ub3c4 \ubd88\uad6c\ud558\uace0, \ud55c\uad6d \uc815\ubd80\ub294 \uc628\ub77c\uc778 \uce74\uc9c0\ub178\uc5d0 \ub300\ud55c \uaddc\uc81c\ub97c \uac15\ud654\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uce74\uc9c0\ub178 \ubcf4\uc99d\uacfc \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ubaa8\uc74c\uc740 \uc0ac\uc6a9\uc790\ub4e4\uc758 \uc2e0\ub8b0\ub97c \uc5bb\uae30 \uc704\ud574 \uc548\uc804\uc131\uacfc \ud22c\uba85\uc131\uc744 \uac15\uc870\ud558\uc9c0\ub9cc, \uc815\ubd80\ub294 \uc774\ub7ec\ud55c \uc11c\ube44\uc2a4\ub4e4\uc774 \ubd88\ubc95\uc801\uc778 \ud65c\ub3d9\uc744 \uc870\uc7a5\ud560 \uc218 \uc788\ub2e4\ub294 \uc6b0\ub824\ub97c \ud45c\uba85\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c \uc0ac\uc6a9\uc790\ub294 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \uc120\ud0dd\ud560 \ub54c, \uc815\ubd80\uc758 \uaddc\uc81c\uc640 \uc548\uc804\uc131\uc744 \uace0\ub824\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<p>\uc628\ub77c\uc778 \uce74\uc9c0\ub178\uc758 \uaddc\uc81c\ub294 \uc8fc\ub85c <a href=\"https:\/\/agroexportaciones.com\/\" target=\"_blank\" rel=\"noopener\">\ud648\uce74\uc9c0\ub178<\/a> \uc138 \uac00\uc9c0 \uce21\uba74\uc5d0\uc11c \uc774\ub8e8\uc5b4\uc9d1\ub2c8\ub2e4. \uccab\uc9f8, \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub294 \ud55c\uad6d \ub0b4\uc5d0\uc11c \uc6b4\uc601\ub420 \uc218 \uc5c6\ub2e4\ub294 \uc810\uc785\ub2c8\ub2e4. \ub458\uc9f8, \uc628\ub77c\uc778 \uce74\uc9c0\ub178\ub294 \ud55c\uad6d\uc778\uc5d0\uac8c \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud560 \uc218 \uc5c6\ub2e4\ub294 \uc810\uc785\ub2c8\ub2e4. \uc14b\uc9f8, \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub294 \ud55c\uad6d \ub0b4\uc5d0\uc11c\uc758 \ud64d\ubcf4\ub098 \ub9c8\ucf00\ud305 \ud65c\ub3d9\uc744 \ud560 \uc218 \uc5c6\ub2e4\ub294 \uc810\uc785\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uaddc\uc81c\ub294 \uc628\ub77c\uc778 \uce74\uc9c0\ub178\uc758 \ud604\ud669\uc744 \ud06c\uac8c \uc81c\ud55c\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\uacb0\ub860\uc801\uc73c\ub85c, \ud55c\uad6d\uc758 \uc628\ub77c\uc778 \uce74\uc9c0\ub178\ub294 \ubc1c\uc804\ud558\uace0 \uc788\uc9c0\ub9cc, \uc815\ubd80\uc758 \uaddc\uc81c\ub85c \uc778\ud574 \uc5ec\uc804\ud788 \uc81c\ud55c\ub41c \uc0c1\ud0dc\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\ub294 \uc548\uc804\ud558\uace0 \ud22c\uba85\ud55c \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \uc120\ud0dd\ud558\uba70, \uc815\ubd80\uc758 \uaddc\uc81c\ub97c \uc900\uc218\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<h2 id=\"t2\">\uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc774\uc6a9 \ubc29\ubc95\uacfc \uc8fc\uc758\uc0ac\ud56d<\/h2>\n<p>\uc628\ub77c\uc778 \uce74\uc9c0\ub178\ub97c \uc774\uc6a9\ud558\ub824\uba74 \uba3c\uc800 \uce74\uc9c0\ub178 \ubcf4\uc99d\uc744 \uc81c\uacf5\ud558\ub294 \uc548\uc804\ud55c \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \uc120\ud0dd\ud574\uc57c \ud569\ub2c8\ub2e4. \uc6b0\ub9ac \uce74\uc9c0\ub178, \uc2e4\uc2dc\uac04 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8, \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ubaa8\uc74c, \ud0b9\ub364 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ub4f1 \ub2e4\uc591\ud55c \uc635\uc158\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \uc120\ud0dd\ud560 \ub54c\ub294 \uce74\uc9c0\ub178 \ucee4\ubba4\ub2c8\ud2f0\uc5d0\uc11c \ucd94\ucc9c\uc744 \ubc1b\uac70\ub098, \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\uc758 \ud3c9\ud310\uacfc \uc548\uc804\uc131\uc744 \ud655\uc778\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>\n<p>\ub2e4\uc74c\uc73c\ub85c, \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\uc5d0 \uac00\uc785\ud574\uc57c \ud569\ub2c8\ub2e4. \uac00\uc785\uc744 \uc704\ud574 \ud544\uc694\ud55c \uc815\ubcf4\ub97c \uc81c\uacf5\ud558\uace0, \ubcf4\uc548\uc744 \uc704\ud574 \uac15\ub825\ud55c \ube44\ubc00\ubc88\ud638\ub97c \uc124\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774\ud6c4\uc5d0\ub294 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ub2e4\uc591\ud55c \uac8c\uc784\uc744 \uc990\uae38 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc2e4\uc2dc\uac04 \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub294 \ub51c\ub7ec\uc640 \ud568\uaed8 \uac8c\uc784\uc744 \ud560 \uc218 \uc788\uc5b4 \ub354\uc6b1 \uc0dd\ub3d9\uac10\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3 id=\"t1\">\uc8fc\uc758\uc0ac\ud56d<\/h3>\n<p>\uc628\ub77c\uc778 \uce74\uc9c0\ub178\ub97c \uc774\uc6a9\ud560 \ub54c\ub294 \uba87 \uac00\uc9c0 \uc8fc\uc758\uc0ac\ud56d\uc744 \uc9c0\ucf1c\uc57c \ud569\ub2c8\ub2e4. \uccab\uc9f8, \uc9c0\ub098\uce58\uac8c \ub3c8\uc744 \ud22c\uc790\ud558\uc9c0 \uc54a\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \uac8c\uc784\uc740 \uc624\ub77d\uc774\ubbc0\ub85c, \uc783\uc744 \uc218 \uc788\ub294 \uae08\uc561\uc744 \ubbf8\ub9ac \uc815\ud574\ub450\uace0 \uc774\ub97c \ucd08\uacfc\ud558\uc9c0 \uc54a\ub3c4\ub85d \uc8fc\uc758\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<p>\ub458\uc9f8, \uc548\uc804\ud55c \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub97c \uc120\ud0dd\ud558\ub294 \uac83\uc774 \ud544\uc218\uc785\ub2c8\ub2e4. \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\uac00 \uacf5\uc815\ud55c \uac8c\uc784\uc744 \uc81c\uacf5\ud558\ub294\uc9c0, \uace0\uac1d \uc11c\ube44\uc2a4\uac00 \uc6b0\uc218\ud55c\uc9c0 \ub4f1\uc744 \ud655\uc778\ud574\uc57c \ud569\ub2c8\ub2e4. \ub9c8\uc9c0\ub9c9\uc73c\ub85c, \uac8c\uc784\uc744 \uc990\uae30\ub294 \ub370 \uc788\uc5b4 \uac74\uc804\ud55c \ud0dc\ub3c4\ub97c \uc720\uc9c0\ud574\uc57c \ud569\ub2c8\ub2e4. \uacfc\ub3c4\ud55c \uac8c\uc784\uc73c\ub85c \uc778\ud55c \ubb38\uc81c\ub97c \ubc29\uc9c0\ud558\uae30 \uc704\ud574 \uac74\uc804\ud55c \uc2b5\uad00\uc744 \ub4e4\uc774\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud55c\uad6d\uc758 \uc628\ub77c\uc778 \uce74\uc9c0\ub178 &#8211; \uac04\ub7b5\ud55c \uac1c\uc694 \u25b6\ufe0f \ub180\ub2e4 \u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \uc628\ub77c\uc778 \uce74\uc9c0\ub178\uc758 \ud604\ud669\uacfc \uaddc\uc81c \uc628\ub77c\uc778 \uce74\uc9c0\ub178 \uc774\uc6a9 \ubc29\ubc95\uacfc \uc8fc\uc758\uc0ac\ud56d \uc8fc\uc758\uc0ac\ud56d \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8\ub294 \ud55c\uad6d\uc5d0\uc11c \uc778\uae30 \uc788\ub294 \uc628\ub77c\uc778 \uac8c\uc784 \ud50c\ub7ab\ud3fc\uc73c\ub85c, \ub2e4\uc591\ud55c \uac8c\uc784\uacfc \ubcf4\ub108\uc2a4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uce74\uc9c0\ub178\uc0ac\uc774\ud2b8 \ucd94\ucc9c\uc740 \uc2e0\ub8b0\uc131\uacfc \uc548\uc804\uc131\uc744 \uace0\ub824\ud558\uc5ec \uc120\ubcc4\ub41c \uc0ac\uc774\ud2b8\ub4e4\ub85c, \ud50c\ub808\uc774\uc5b4\ub4e4\uc5d0\uac8c \uc548\uc804\ud558\uace0 \uc990\uac70\uc6b4 \uac8c\uc784 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uce74\uc9c0\ub178 \ucee4\ubba4\ub2c8\ud2f0\ub294 \ud50c\ub808\uc774\uc5b4\ub4e4\uc774 \uc815\ubcf4\ub97c \uacf5\uc720\ud558\uace0, \uc804\ub7b5\uc744 \ub17c\uc758\ud558\uba70, \ud568\uaed8 \uc990\uae38 \uc218 \uc788\ub294 \uacf5\uac04\uc785\ub2c8\ub2e4. [&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-3478","post","type-post","status-publish","format-standard","hentry","category-news"],"_links":{"self":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/3478","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=3478"}],"version-history":[{"count":1,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/3478\/revisions"}],"predecessor-version":[{"id":3479,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/3478\/revisions\/3479"}],"wp:attachment":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3478"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3478"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3478"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}