WordPress 2.x Hooks for Action - Comprehensive List for Plugin and Theme Developers在WordPress 2.x的鉤行動-綜合名單插件和主題發展
Comprehensive List of WordPress Action Hooks綜合清單WordPress的行動鉤
For WordPress Plugin and Theme Developers by為wordpress插件和主題,由發展商 Plugin Developer插件開發
This contains all the available action hooks (documented as well as undocumented) for WordPress plugin and theme developers.這包含了所有可用的行動鉤(記錄以及無證) wordpress插件和主題發展。 All available documentation on these hooks have been updated from WordPress Codex.所有可用的文件,這些彎鉤已更新由WordPress所法典。
Source file and line number information is provided to allow you to find more details about the hook.源文件和行號提供的資料,讓您可以找到更多有關鉤。 Please maximize your browser for better display.請最大限度地提高您的瀏覽器,為更好地展示。
Note: You may also want to refer注意:您可能還需要參考 WordPress 2.x Filters - Comprehensive List for Plugin and Theme Developers 在WordPress 2.x的過濾器-全面名單插件和主題發展 . 。
| No.否。 | Action行動 | Source File源文件 | Line線 No.否。 | Comments評論 |
|---|---|---|---|---|
| 1 | wp_logout | wp-login.php 可濕性粉劑- login.php | 25 25 | |
| 2 | lost_password | wp-login.php 可濕性粉劑- login.php | 38 38 | |
| 3 | retreive_password | wp-login.php 可濕性粉劑- login.php | 100 100 | |
| 4 | retrieve_password | wp-login.php 可濕性粉劑- login.php | 101 101 | |
| 5 | password_reset | wp-login.php 可濕性粉劑- login.php | 137 137 | |
| 6 | wp_authenticate | wp-login.php 可濕性粉劑- login.php | 189 189 | |
| 7 | wp_login | wp-login.php 可濕性粉劑- login.php | 201 201 | |
| 8 | rss_head | wp-rss.php 可濕性粉劑- rss.php | 22 22 | |
| 9 | rss_item | wp-rss.php 可濕性粉劑- rss.php | 33 33 | |
| 10 | template_redirect | wp-includes\template-loader.php 可濕性粉劑-包括\模板loader.php | 3 3 | No否 function all_on_one () {功能all_on_one ( ) ( |
| 11 | wp_meta | wp-includes\template-functions-general.php 可濕性粉劑-包括\模板功能- general.php | 59 59 | No否 parameter.參數。 Executes in the執行,在 section of the included Theme’s一節所包含的主題的 |
| 12 | mce_options | wp-includes\js\tinymce\tiny_mce_gzip.php 可濕性粉劑-包括\ js \ tinymce \ tiny_mce_gzip.php | 144 144 | |
| 13 | tinymce_before_init | wp-includes\js\tinymce\tiny_mce_gzip.php 可濕性粉劑-包括\ js \ tinymce \ tiny_mce_gzip.php | 150 150 | |
| 14 | profile_update | wp-includes\registration-functions.php 可濕性粉劑-包括\登記functions.php | 76 76 | |
| 15 | user_register | wp-includes\registration-functions.php 可濕性粉劑-包括\登記functions.php | 78 78 | |
| 16 | private_to_published | wp-includes\functions-post.php 可濕性粉劑-包括\職能- post.php | 175 175 | Receives收到 the post ID as a parameter.郵政ID作為一個參數。 Executes when a post is moved from private to published執行時,一個職位是由私人出版 status.身份。 |
| 17 | edit_post | wp-includes\functions-post.php 可濕性粉劑-包括\職能- post.php | 178 178 | Receives收到 the post ID as a parameter.郵政ID作為一個參數。 Executes every time a post is edited.每一次執行後是編輯。 |
| 18 | publish_post | wp-includes\functions-post.php 可濕性粉劑-包括\職能- post.php | 182 182 | Receives收到 the post ID as a parameter.郵政ID作為一個參數。 Executes when a post is saved and its status is set to執行時,後保存,它的地位是設定為 "publish", regardless of its prior setting. “發布” ,不論其事先設定。 NOTE: to add a hook to this注意:如果要添加一個鉤來,這 action in 1.2, be sure to specify a priority between 0 and 9.行動在1.2 ,一定要指定一個優先介於0和9 。 The generic_ping hook該generic_ping鉤 is buggy and prevents any lesser priority hooks from working.是漏洞百出,並防止任何較輕的優先鉤從工作。 |
| 19 | save_post | wp-includes\functions-post.php 可濕性粉劑-包括\職能- post.php | 206 206 | Receives收到 the post ID as a parameter.郵政ID作為一個參數。 Executes when a post is saved to the database.執行時,後保存到數據庫中。 |
| 20 | wp_insert_post | wp-includes\functions-post.php 可濕性粉劑-包括\職能- post.php | 207 207 | |
| 21 | edit_attachment | wp-includes\functions-post.php 可濕性粉劑-包括\職能- post.php | 342 342 | |
| 22 | add_attachment | wp-includes\functions-post.php 可濕性粉劑-包括\職能- post.php | 344 344 | |
| 23 | delete_attachment | wp-includes\functions-post.php 可濕性粉劑-包括\職能- post.php | 380 380 | |
| 24 | delete_post | wp-includes\functions-post.php 可濕性粉劑-包括\職能- post.php | 538 538 | Receives收到 the post ID as a parameter.郵政ID作為一個參數。 Executes whenever a post is deleted.每當執行後刪除。 |
| 25 | wp_blacklist_check | wp-includes\functions-post.php 可濕性粉劑-包括\職能- post.php | 642 642 | |
| 26 | parse_query | wp-includes\classes.php 可濕性粉劑-包括\ classes.php | 86 86 | |
| 27 | parse_query | wp-includes\classes.php 可濕性粉劑-包括\ classes.php | 238 238 | |
| 28 | pre_get_posts | wp-includes\classes.php 可濕性粉劑-包括\ classes.php | 262 262 | |
| 29 | loop_start | wp-includes\classes.php 可濕性粉劑-包括\ classes.php | 699 699 | |
| 30 | loop_end | wp-includes\classes.php 可濕性粉劑-包括\ classes.php | 706 706 | |
| 31 | generate_rewrite_rules | wp-includes\classes.php 可濕性粉劑-包括\ classes.php | 1323 1323 | No否 parameter.參數。 Executes whenever the rewrite rules are recomputed.執行時,重寫規則是重新。 To modify the computed修改電腦 rules, use the filter rewrite_rules_array instead.規則,使用過濾器rewrite_rules_array不是。 |
| 32 | comment_post | wp-includes\comment-functions.php 可濕性粉劑-包括\評論- functions.php | 52 52 | Receives收到 the comment ID as a parameter.評論ID作為一個參數。 Executes when a comment is added through wp-comments.php.執行時的評論是補充,通過可濕性粉劑- comments.php 。 |
| 33 | comment_flood_trigger | wp-includes\comment-functions.php 可濕性粉劑-包括\評論- functions.php | 126 126 | |
| 34 | edit_comment | wp-includes\comment-functions.php 可濕性粉劑-包括\評論- functions.php | 191 191 | Receives收到 the comment ID as a parameter.評論ID作為一個參數。 Executes whenever a comment is edited.執行時的評論是編輯。 |
| 35 | delete_comment | wp-includes\comment-functions.php 可濕性粉劑-包括\評論- functions.php | 198 198 | Receives收到 the comment ID as a parameter.評論ID作為一個參數。 Executes when a comment is deleted.執行時,評論被刪除。 |
| 36 | wp_set_comment_status | wp-includes\comment-functions.php 可濕性粉劑-包括\評論- functions.php | 209 209 | Receives收到 the comment ID as a parameter.評論ID作為一個參數。 Executes when the comment status changes.執行時,評論的地位的變化。 |
| 37 | pre_ping | wp-includes\comment-functions.php 可濕性粉劑-包括\評論- functions.php | 635 635 | |
| 38 | wp_set_comment_status | wp-includes\comment-functions.php 可濕性粉劑-包括\評論- functions.php | 794 794 | |
| 39 | wp_head | wp-includes\functions.php 可濕性粉劑-包括\ functions.php | 1432 1432 | No否 parameter. Template tag. Executes in the參數。 模板標記。執行,在 section.一節。 Useful for insertion有用的插入 of additional content like metatags or javascript.其他內容一樣,中繼或JavaScript 。 |
| 40 | wp_footer | wp-includes\functions.php 可濕性粉劑-包括\ functions.php | 1436 1436 | No否 parameter. Template tag. Executes just before the end of the <body> tag.參數。 模板標記。執行只是年底前的<BODY>標記。 Useful for insertion of additional content or statistics code like Google Analytics.有用的插入額外的內容或統計代碼,像Google分析。 |
| 41 | comment_form | wp-content\themes\classic\comments-popup.php 可濕性粉劑內容\主題\經典\評論- popup.php | 86 86 | Receives收到 the comment’s post ID as a parameter.評論後的ID作為一個參數。 Template tag.模板標記。 Executes after displaying the執行後,顯示 comment form for a post that allows comments.評論形式的一個職位,允許評論。 |
| 42 | comment_form | wp-content\themes\classic\comments.php 可濕性粉劑內容\主題\經典\ comments.php | 67 67 | |
| 43 | comment_form | wp-content\themes\default\comments-popup.php 可濕性粉劑內容\主題\默認\評論- popup.php | 86 86 | |
| 44 | comment_form | wp-content\themes\default\comments.php 可濕性粉劑內容\主題\默認\ comments.php | 98 98 | |
| 45 | rdf_ns | wp-rdf.php 可濕性粉劑- rdf.php | 21 21 | |
| 46 | rdf_header | wp-rdf.php 可濕性粉劑- rdf.php | 32 32 | |
| 47 | rdf_item | wp-rdf.php 可濕性粉劑- rdf.php | 54 54 | |
| 48 | comment_id_not_found | wp-comments-post.php 可濕性粉劑-評論- post.php | 11 11 | Receives收到 the comment’s post ID as a parameter.評論後的ID作為一個參數。 Executes when attempting to display the comment執行時,企圖以顯示評論 form for a post that does not exist.表格後不存在。 |
| 49 | comment_closed | wp-comments-post.php 可濕性粉劑-評論- post.php | 14 14 | Receives收到 the comment’s post ID as a parameter.評論後的ID作為一個參數。 Executes when attempting to display the comment執行時,企圖以顯示評論 form for a post that has closed comments.形式的帖子已關閉的意見。 |
| 50 | comment_on_draft | wp-comments-post.php 可濕性粉劑-評論- post.php | 17 17 | |
| 51 | pingback_post | xmlrpc.php xmlrpc.php | 1236 1236 | Receives收到 the comment ID as a parameter.評論ID作為一個參數。 Executes when a comment is added via XMLRPC.執行時的評論是補充,通過xmlrpc的。 |
| 52 | publish_phone | wp-mail.php 可濕性粉劑- mail.php | 146 146 | Receives收到 the post ID as a parameter.郵政ID作為一個參數。 Executes when a post is added via wp-mail.php.執行時,一個職位是補充,通過可濕性粉劑- mail.php 。 |
| 53 | rss2_ns | wp-rss2.php 可濕性粉劑- rss2.php | 19 19 | |
| 54 | rss2_head | wp-rss2.php 可濕性粉劑- rss2.php | 29 29 | |
| 55 | rss2_item | wp-rss2.php 可濕性粉劑- rss2.php | 52 52 | |
| 56 | edit_form_advanced | wp-admin\edit-form-advanced.php 可濕性粉劑管理員\編輯形式- advanced.php | 216 216 | No否 parameter.參數。 Executes during the display of the admin panel’s advanced editing page,執行期間,展示管理小組的高級編輯網頁, just before the前 is closed that contains the post content textarea.是封閉,包含的內容後文本。 Useful有用 for inserting additional input fields into the advanced editing form.插入額外的投入領域進入先進的編輯形式。 |
| 57 | admin_menu | wp-admin\menu.php 可濕性粉劑管理員\ menu.php | 57 57 | No否 parameter.參數。 Executes after the basic admin panel menu structure is in place.執行後的基本管理面板的菜單結構是在地方。 Useful有用 for adding additional menus to the admin panel.為增加額外的菜單管理面板。 |
| 58 | admin_head | wp-admin\admin-header.php 可濕性粉劑管理員\管理- header.php | 312 312 | No否 parameter.參數。 Executes in the執行,在 section of the admin panel.部分管理面板。 Useful for insertion有用的插入 of additional content.附加內容。 |
| 59 | personal_options_update | wp-admin\profile-update.php 可濕性粉劑管理員\簡介- update.php | 23 23 | |
| 60 | activate_ | wp-admin\plugins.php 可濕性粉劑管理員\ plugins.php | 14 14 | |
| 61 | deactivate_ | wp-admin\plugins.php 可濕性粉劑管理員\ plugins.php | 21 21 | |
| 62 | manage_posts_custom_column | wp-admin\edit.php 可濕性粉劑管理員\ edit.php | 218 218 | |
| 63 | delete_comment | wp-admin\post.php 可濕性粉劑管理員\ post.php | 232 232 | |
| 64 | check_passwords | wp-admin\admin-functions.php 可濕性粉劑管理員\管理- functions.php | 388 388 | |
| 65 | check_admin_referer | wp-admin\admin-functions.php 可濕性粉劑管理員\管理- functions.php | 971 971 | |
| 66 | switch_theme | wp-admin\admin-functions.php 可濕性粉劑管理員\管理- functions.php | 1126 1126 | |
| 67 | switch_theme | wp-admin\admin-functions.php 可濕性粉劑管理員\管理- functions.php | 1133 1133 | |
| 68 | edit_page_form | wp-admin\edit-page-form.php 可濕性粉劑管理員\編輯頁form.php | 214 214 | No否 parameter.參數。 Executes inside the執行內 |
| 69 | show_user_profile | wp-admin\profile.php 可濕性粉劑管理員\ profile.php | 105 105 | |
| 70 | profile_personal_options | wp-admin\profile.php 可濕性粉劑管理員\ profile.php | 114 114 | |
| 71 | edit_user_profile | wp-admin\user-edit.php 可濕性粉劑管理員\用戶edit.php | 168 168 | |
| 72 | activity_box_end | wp-admin\index.php 可濕性粉劑管理員\的index.php | 113 113 | |
| 73 | admin_footer | wp-admin\bookmarklet.php 可濕性粉劑管理員\ bookmarklet.php | 101 101 | No否 parameter.參數。 Executes at the end of the admin panel inside the body tag.執行在年底管理面板身體內標記。 Useful for有用 insertion of additional content.插入額外的內容。 |
| 74 | edit_category | wp-admin\admin-db.php 可濕性粉劑管理員\管理- db.php | 123 123 | |
| 75 | create_category | wp-admin\admin-db.php 可濕性粉劑管理員\管理- db.php | 126 126 | |
| 76 | add_category | wp-admin\admin-db.php 可濕性粉劑管理員\管理- db.php | 127 127 | |
| 77 | delete_category | wp-admin\admin-db.php 可濕性粉劑管理員\管理- db.php | 175 175 | |
| 78 | delete_user | wp-admin\admin-db.php 可濕性粉劑管理員\管理- db.php | 238 238 | |
| 79 | edit_link | wp-admin\admin-db.php 可濕性粉劑管理員\管理- db.php | 297 297 | |
| 80 | add_link | wp-admin\admin-db.php 可濕性粉劑管理員\管理- db.php | 299 299 | |
| 81 | delete_link | wp-admin\admin-db.php 可濕性粉劑管理員\管理- db.php | 323 323 | |
| 82 | simple_edit_form | wp-admin\edit-form.php 可濕性粉劑管理員\編輯form.php | 70 70 | No否 parameter.參數。 Executes during the display of the admin panel’s simple editing page, just執行期間,展示管理小組的簡單編輯網頁中,只要 before the前 is closed that contains the post content textarea.是封閉,包含的內容後文本。 Useful for有用 inserting additional input fields into the simple editing form.插入額外的投入領域納入簡單的編輯形式。 |
| 83 | admin_footer | wp-admin\admin-footer.php 可濕性粉劑管理員\管理- footer.php | 9 9 | |
| 84 | switch_theme | wp-admin\themes.php 可濕性粉劑管理員\ themes.php | 14 14 | Receives收到 the name of the current theme as a parameter.的名稱,目前的主題作為一個參數。 Executes when the blog theme is changed.執行時,博客的主題是變化。 |
| 85 | trackback_post | wp-trackback.php 可濕性粉劑- trackback.php | 95 95 | Receives收到 the comment ID as a parameter.評論ID作為一個參數。 Executes when a comment is added via trackback.php.執行時的評論是補充,通過trackback.php 。 |
| 86 | atom_ns | wp-atom.php 可濕性粉劑- atom.php | 17 17 | |
| 87 | atom_head | wp-atom.php 可濕性粉劑- atom.php | 25 25 | |
| 88 | atom_entry | wp-atom.php 可濕性粉劑- atom.php | 42 42 | |
| 89 | core_files_loaded | wp-settings.php 可濕性粉劑- settings.php | 164 164 | |
| 90 | plugins_loaded | wp-settings.php 可濕性粉劑- settings.php | 187 187 | |
| 91 | shutdown關機 | wp-settings.php 可濕性粉劑- settings.php | 222 222 | No否 parameter.參數。 Executes when the page output is complete.執行時,頁面輸出是完成。 |
| 92 | init init的 | wp-settings.php 可濕性粉劑- settings.php | 227 227 | Executes執行 after WordPress has finished loading but before any headers are sent.後的WordPress已完成加載,但之前的任何頭發送。 Useful for intercepting有用的攔截 $_GET or $_POST triggers.元_get或全局變量$ _POST誘因。 |
Filed under提起下 CMS Software CMS軟件 , , Headline News頭條新聞 , , How To如何 , , Open Source Software開放源碼軟件 , , PHP PHP的 , , Pro Blogging贊成Blogging , , Tech Note技術說明 , , Web網頁 , , Web Services Web服務 , , WordPress在WordPress | |
| |
RSS 2.0 2.0 | |
Email this Article電子郵件此文章
You may also like to read您也可以想讀 |





December 28th, 2005 at 1:27 am 2005年12月28日在上午01時27分
[...] View the list … [...] [ … … ]檢視清單… [ … … ]
December 30th, 2005 at 1:02 am 2005年12月30日在上午01時02分
Thank you Angsuman.謝謝由Angsuman 。 I am new to Wordpress and find your blog to be exceedingly helpful in coming up to speed.我是新來的WordPress並找到您的博客是非常有用在未來數最多的速度。 This is a bit off-topic, but I have searched for hours and have not found the info I am looking for, so I am posting my question here: Can you point me to a summary of the changes that need to be made to Wordpress 1.5 plugins in order to make them compatible with Wordpress 2.0?這是一個位場外話題,但我已搜查了幾個小時,還沒有找到信息,我期待,所以我張貼我的問題在這裡:你能不能點,我總結了變化,需要作出的WordPress 1.5的外掛程式,以使它們兼容的WordPress 2.0 ?
December 30th, 2005 at 9:58 am 2005年12月30日在上午09時58分
@Donovan @多諾萬
Search this is Google:搜索這是Google的:
“What’s Not Gonna Work in WordPress 2.0″ “什麼的在哪裡也不會工作在WordPress 2.0 ”
January 22nd, 2006 at 1:29 pm 2006年1月22日在下午1時29分
[...] - Wiki zur Plugin-API - Wordpress-Doku zum API - Dokumentation von Hooks (Skippy) - Dokumentation von Hooks (Flatearth) - Liste mit Hooks [...] [ … … ] -W iki上z ur插件-空氣污染指數-在W o rdPress-d o kuzu m空氣污染指數-d ok umentation馮鉤( s k i ppy)-d o ku mentation馮鉤(f l a t earth)-麻省理工學院清單鉤[… …]
January 31st, 2006 at 12:36 am 2006年1月31日在上午12時36分
[...] To see if I might be able to customize the plugin myself, I started reading up on writing WP plugins. [ … … ]見,如果我可能可以自定義插件自己,我開始讀了對寫作可濕性粉劑插件。 In the Codex, I found out about the plugin API and how it works.在食品法典委員會,我發現了約插件API和如何運作。 Hooks have been defined so that developers can quickly add custom function calls without modifying core WP files.鉤已經確定,使開發者可以快速添加自定義函數調用而不需要修改的核心可濕性粉劑檔案。 There is a comprehensive list of WordPress 2.x hooks for action.有一個全面的名單在WordPress 2.x的鉤行動。 There is an action called activity_box_end that is called at the end of the activity box on the dashboard.有一個所謂的行動activity_box_end就是所謂的在活動結束框,儀表板。 I gave this action a try, but it occurs too early in the script.我給這一行動的嘗試,但它出現的太早,在該腳本。 The cjb_dashboard_showcustomcontent function from the plugin renders the RSS feeds, but the action occurs inside of the activity box, causing some undesired results.該cjb_dashboard_showcustomcontent功能,從插件,使RSS Feeds功能,但行動出現內的活動中,造成了一些不良的結果。 What I would like is to have the custom feeds rendered after the WP news feeds, perhaps even replacing them.我想是有自訂的飼料後,所提供的可濕性粉劑新聞提要,甚至可能取代他們。 [...] [ … … ]
October 16th, 2006 at 2:57 am 2006年10月16日在上午02時57分
Thanks!謝謝! I used your description and it was very easily for me.我用您的說明,這是很容易為我。
Thanks once again!再次感謝!
November 6th, 2006 at 10:56 am 2006年11月6日在上午10時56分
[...] Wordpress theme hacks Good resource for hacking wordpress templates. [ … … ]的WordPress主題駭客良好的資源為黑客的WordPress模板。 Ok it’s not really hacking, designing templates Taragana.com Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.確定它的並非真正的黑客,設計模板taragana.com分享和享受:這些圖標鏈接到社會書籤網站,讀者可以分享和發現新的網頁。 [...] [ … … ]
March 7th, 2007 at 4:55 am 2007年3月7日在上午04時55分
interesting.有趣的。 Heiko from Germany heiko由德國
April 18th, 2007 at 6:36 pm 2007年4月18日在下午6時36分
Very good List.很好的清單。 Printed and placed in fromt of my desk.印刷和放置在fromt我的辦公桌。
October 7th, 2007 at 12:46 am 2007年10月7日在上午12時46分
I just recently joined the DoFollow community on Bumpzee started by Andy Beard.我只是最近加入dofollow社會上bumpzee開始由Andy鬍子。 If you haven’t read Andy’s blog, I suggest you check it out and subscribe right away because he has some amazing content and a great perspective on……如果您有沒有讀過安迪的博客,我建議你檢查出來訂閱的權利以外,因為他有一些驚人的內容和一個偉大的角度… …
October 7th, 2007 at 5:34 am 2007年10月7日在上午05時34分
I’m having some problems making the table “sort” when the page loads.我在一些問題,使表“排序” ,當載入網頁。 I want the table column with, say, names to sort itself alphabetically when you look at the page initially, not only when you click.我想表列,也就是說,名稱排序本身字母當你看到網頁的最初階段,不僅當您按一下。
November 10th, 2007 at 3:17 pm 2007年11月10日在下午3時17分
I think these blog is really useful for new comers and Excellent resource list.我覺得這些博客,實在是有用的新資源和優良的名單。
It´sa very interesting Blog and simple answer of many questions.這是很有趣的博客和簡單的答案的很多問題。
Keep up the good work!保持了良好的工作!
Thanks it helps me a lot…感謝它幫助我很多…
November 10th, 2007 at 3:20 pm 2007年11月10日在下午3時20分
Thanks for very interesting article.感謝很有趣的文章。 btw.的BTW 。
I really enjoyed reading all of your posts.我真的很喜歡讀您的所有職位。
It’s interesting to read ideas, and observations from someone else’s它的有趣的閱讀理念,和發表的意見,從別人的
point of view… makes you think more.的角度來看, … ,使你覺得更。 So please keep up the great work.因此,請跟上偉大的工作。
Greetings.問候。
November 11th, 2007 at 7:36 pm 2007年11月11日在下午7點36分
Thank you for this tips and your Blog!, I spent my time effectivelly browsing it!感謝你給我這次的提示和您的博客! ,我花了我的時間effectivelly瀏覽!
February 4th, 2008 at 5:00 pm 2008年2月4日下午5:00
these blog is really useful for new comers and Excellent resource list.這些博客,實在是有用的新資源和優良的名單。
It´sa very interesting Blog and simple answer of many questions.這是很有趣的博客和簡單的答案的很多問題。
Keep up the good work!保持了良好的工作!
April 13th, 2008 at 6:55 pm 2008年4月13日在下午6時55分
I’m trying to detect when a post has a category added or deleted, and, so far, failing…我嘗試檢測時,郵政一類添加或刪除,並直至目前為止,未能…
The docs say that edit_category hook will fire when it happens, but that does not seem to work for me…該文件說, edit_category鉤將火災事件發生時,但似乎沒有工作,我…
Other hooks are working fine for me, so I’m pretty sure it’s not me being totally stupid…其他掛鉤工作的罰款對我來說,所以我相當肯定它的不是我完全愚蠢的…
Any ideas welcome to wordpress AT lie DOT com任何意見,歡迎在WordPress在說謊點的COM
May 21st, 2008 at 2:49 pm 2008年5月21日在下午2時49分
Thank you so much, Angsuman!謝謝你這麼多的, Angsumanangsuman ! what a great resource!什麼偉大的資源! I knew about it from my brother.我知道有關它從我的兄弟。 There\’sa lot of useful info.有\ ' SA服務很多有用的信息。 I\’ll happily share the address of your blog with my friends. i \ ' 11愉快地分享的地址,您的博客與我的朋友。 Thanks so much!感謝這麼多! Wish you great success!!!祝你巨大的成功!
May 23rd, 2008 at 10:16 am 2008年5月23日在上午10時16分
Great and excellent article it’s realy helpful.偉大和優秀的文章,它的真正幫助。 Thanks again.再次感謝。