{"id":275078,"date":"2018-02-13T16:26:25","date_gmt":"2018-02-13T16:26:25","guid":{"rendered":"https:\/\/ru.wordpress.org\/support\/topic\/amp-%d1%82%d0%b5%d0%bc%d0%b0-%d0%b1%d0%b5%d0%b7-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%b0\/"},"modified":"2018-02-13T16:51:16","modified_gmt":"2018-02-13T16:51:16","slug":"amp-%d1%82%d0%b5%d0%bc%d0%b0-%d0%b1%d0%b5%d0%b7-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%b0","status":"publish","type":"topic","link":"https:\/\/ru.wordpress.org\/support\/topic\/amp-%d1%82%d0%b5%d0%bc%d0%b0-%d0%b1%d0%b5%d0%b7-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%b0\/","title":{"rendered":"AMP \u0442\u0435\u043c\u0430 \u0431\u0435\u0437 \u043f\u043b\u0430\u0433\u0438\u043d\u0430"},"content":{"rendered":"<p>\u0414\u043e\u0431\u0440\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0442\u043e\u043a.<br \/>\n\u0411\u044b\u043b\u043e \u0431\u044b \u0445\u043e\u0440\u043e\u0448\u043e, \u0435\u0441\u043b\u0438 \u0431\u044b \u043a\u0442\u043e-\u0442\u043e \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u0430\u043b \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043d\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u0443\u044e AMP \u0442\u0435\u043c\u0443 \u043f\u043e url. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440: mysite.com\/about\/amp<\/p>\n<p>\u042f \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430\u0447\u0430\u043b \u0443\u0447\u0438\u0442\u044c php, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043f\u0440\u043e\u0448\u0443 \u043f\u0440\u043e\u0441\u0442\u0438\u0442\u044c \u0437\u0430 \u0445\u0430\u0440\u0434\u043a\u043e\u0434.<\/p>\n<p>\u0415\u0441\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u0442\u0435\u043c\u044b \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 \u0441 \u0442\u0430\u043a\u0438\u043c \u043a\u043e\u0434\u043e\u043c<\/p>\n<pre><code>&lt;?php\n\/*\nPlugin Name: Set mobile theme\nDescription: \u041f\u043b\u0430\u0433\u0438\u043d, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442 \u0442\u0435\u043c\u0443 \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432.\n*\/\n\nrequire_once(&#039;Mobile_Detect.php&#039;);  \/\/ \u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0430\u0435\u043c \u0441\u043a\u0440\u0438\u043f\u0442 Mobile_Detect.php\n \n$detect = new Mobile_Detect; \/\/ \u0418\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u0435\u043c \u043a\u043e\u043f\u0438\u044e \u043a\u043b\u0430\u0441\u0441\u0430\n\n$some_var = true;\n\nif ( $detect-&gt;isMobile() ) {\n \t$some_var = false;\n}\n\nadd_action(&#039;plugins_loaded&#039;, &#039;switch_theme_for&#039;);\n\nfunction switch_theme_for(){\n\t\/\/ \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\n\tglobal $some_var;\n\t\n\tif( $some_var )\n\t\treturn;\n\n\tadd_filter( &#039;template&#039;, &#039;custom_load_template&#039; );\n\tadd_filter( &#039;stylesheet&#039;, &#039;custom_load_template&#039; );\n}\n\nfunction custom_load_template() {\n\treturn &#039;amp-accelerated-mobile-pages&#039;;\n}<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-275078","topic","type-topic","status-publish","hentry","topic-tag-amp"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/275078","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":3,"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/275078\/revisions"}],"predecessor-version":[{"id":275082,"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/275078\/revisions\/275082"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=275078"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}