
{"id":7428,"date":"2023-01-20T16:01:59","date_gmt":"2023-01-20T16:01:59","guid":{"rendered":"https:\/\/tapchicntt.com\/?p=7428"},"modified":"2023-07-28T09:55:16","modified_gmt":"2023-07-28T02:55:16","slug":"wordpress-huong-dan-thay-doi-ten-file-upload-bang-hook-wp_handle_upload_prefilter","status":"publish","type":"post","link":"https:\/\/tapchicntt.com\/wordpress-huong-dan-thay-doi-ten-file-upload-bang-hook-wp_handle_upload_prefilter\/","title":{"rendered":"[WordPress] H\u01b0\u1edbng d\u1eabn thay \u0111\u1ed5i t\u00ean file upload b\u1eb1ng hook wp_handle_upload_prefilter"},"content":{"rendered":"\n<p>Trong WordPress khi b\u1ea1n \u0111\u0103ng t\u1ea3i file l\u00ean website c\u1ee7a m\u00ecnh, hook <strong><code>wp_handle_upload<\/code><\/strong> s\u1ebd \u0111\u01b0\u1ee3c g\u1ecdi m\u1ed7i  khi file c\u1ee7a b\u1ea1n \u0111\u01b0\u1ee3c upload.<\/p>\n\n\n\n<p>Hook <strong><code>wp_handle_upload_prefilter<\/code><\/strong> \u0111\u01b0\u1ee3c g\u1ecdi b\u1edfi h\u00e0m <strong><code>wp_handle_upload<\/code><\/strong>. V\u1edbi 01 tham s\u1ed1 duy nh\u1ea5t $file \u0111\u01b0\u1ee3c truy\u1ec1n v\u00e0o l\u00e0 m\u1ea3ng $_FILES.<\/p>\n\n\n\n<p>Hook <strong><code>wp_handle_upload_prefilter<\/code><\/strong> cho b\u1ea1n ki\u1ec3m tra ho\u1eb7c thay \u0111\u1ed5i t\u00ean t\u1ec7p tr\u01b0\u1edbc khi t\u1ec7p \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ebfn th\u01b0 m\u1ee5c cu\u1ed1i c\u00f9ng c\u1ee7a n\u00f3.<\/p>\n\n\n\n<p>S\u1eed d\u1ee5ng \u0111i\u1ec1u n\u00e0y, k\u1ebft h\u1ee3p v\u1edbi <strong>upload_dir<\/strong>, b\u1ea1n c\u00f3 th\u1ec3 thay \u0111\u1ed5i th\u01b0 m\u1ee5c t\u1ea3i l\u00ean.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\napply_filters( &#039;wp_handle_upload_prefilter&#039;, array $file )\n<\/pre><\/div>\n\n\n<p>V\u00ed d\u1ee5 1: th\u00eam ti\u1ec1n t\u1ed1 tapchicntt tr\u01b0\u1edbc c\u00e1c t\u00ean file \u0111\u01b0\u1ee3c upload l\u00ean website<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\nadd_filter(&#039;wp_handle_upload_prefilter&#039;, &#039;tapchicntt_upload_filter&#039; );\n\nfunction tapchicntt_upload_filter( $file ) {\n    $file&#x5B;&#039;name&#039;] = &#039;tapchicntt-&#039; . $file&#x5B;&#039;name&#039;];\n    return $file;\n}\n<\/pre><\/div>\n\n\n<p>Ch\u00fac c\u00e1c b\u1ea1n th\u00e0nh c\u00f4ng!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Trong WordPress khi b\u1ea1n \u0111\u0103ng t\u1ea3i file l\u00ean website c\u1ee7a m\u00ecnh, hook wp_handle_upload s\u1ebd \u0111\u01b0\u1ee3c g\u1ecdi m\u1ed7i khi file c\u1ee7a [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":6979,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[241],"tags":[],"class_list":["post-7428","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hooks"],"views":683,"_links":{"self":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts\/7428","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/comments?post=7428"}],"version-history":[{"count":6,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts\/7428\/revisions"}],"predecessor-version":[{"id":7735,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts\/7428\/revisions\/7735"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/media\/6979"}],"wp:attachment":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/media?parent=7428"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/categories?post=7428"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/tags?post=7428"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}