{"id":67804,"date":"2018-03-03T10:51:41","date_gmt":"2018-03-03T09:51:41","guid":{"rendered":"https:\/\/pl.wordpress.org\/support\/topic\/modyfikacja-funkcji-the_excerpt_embed\/"},"modified":"2018-03-03T10:51:41","modified_gmt":"2018-03-03T09:51:41","slug":"modyfikacja-funkcji-the_excerpt_embed","status":"publish","type":"topic","link":"https:\/\/pl.wordpress.org\/support\/topic\/modyfikacja-funkcji-the_excerpt_embed\/","title":{"rendered":"Modyfikacja funkcji the_excerpt_embed()"},"content":{"rendered":"<p>Witam,<\/p>\n<p>Chcia\u0142bym zmodyfikowa\u0107 funkcj\u0119 wordpressa z wp-include\/embed.php<\/p>\n<p>Z:<\/p>\n<pre><code>function the_excerpt_embed() {\n\t$output = get_the_excerpt();\n\n\t\/**\n\t * Filters the post excerpt for the embed template.\n\t *\n\t * @since 4.4.0\n\t *\n\t * @param string $output The current post excerpt.\n\t *\/\n\techo apply_filters( &#039;the_excerpt_embed&#039;, $output );\n}\n<\/code><\/pre>\n<p>Na:<\/p>\n<pre><code>function the_excerpt_embed() {\n\t$output = the_content();\n\n\t\/**\n\t * Filters the post excerpt for the embed template.\n\t *\n\t * @since 4.4.0\n\t *\n\t * @param string $output The current post excerpt.\n\t *\/\n\techo apply_filters( &#039;the_excerpt_embed&#039;, $output );\n}<\/code><\/pre>\n<p>Aby mi ten embed pokazywa\u0142 ca\u0142y wpis a nie skr\u00f3con\u0105 wersj\u0119. I jak zmodyfikuje to w tym pliku to osi\u0105gam efekt jaki chce, jednak chce aby mi si\u0119 to nie kasowa\u0142o przy ka\u017cdym update, i chcia\u0142bym to przenie\u015b\u0107 do function.php w szablonie. Jak tego dokona\u0107, bo wpisanie tego tam w takiej postaci powoduje mi b\u0142\u0105d.<\/p>\n","protected":false},"template":"","class_list":["post-67804","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pl.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/67804","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pl.wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/pl.wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/pl.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/67804\/revisions"}],"wp:attachment":[{"href":"https:\/\/pl.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=67804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}