Comprehensive List of WordPress Action Hooks قائمة شاملة للعمل WordPress هوكس

For WordPress Plugin and Theme Developers by ووردبريس البرنامج المساعد للموضوع من قبل المطورين Plugin Developer البرنامج المساعد المطور

This contains all the available action hooks (documented as well as undocumented) for WordPress plugin and theme developers. وهذا يتضمن كل ما لديها من العمل هوكس (موثقه وكذلك لا يحملون وثائق) ووردبريس البرنامج المساعد للموضوع والمطورين. 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 لا
parameter. معلمه. Executes before the determination of the template file to be used to display ينفذ قبل تحديد القالب الملف الى ان تستخدم لعرض
the requested page. الصفحه المطلوبة. Useful for providing additional templates based on request criteria. من المفيد تقديم نماذج اضافية بناء على طلب المعايير.
Example (pedagogical, not useful): Redirect all requests to the all.php template file مثلا (التربويه ، وليس من المفيد) : إعادة توجيه جميع الطلبات الى نموذج ملف all.php
in the current themes’ directory. في المواضيع الراهنة '.

function all_on_one () { وظيفة all_on_one () (
include(TEMPLATEPATH وتشمل (templatepath
. ‘/all.php’); '/ All.php') ؛
exit; خروج ؛
} )
add_action(’template_redirect’, add_action ( 'template_redirect' ،
‘all_on_one’); 'All_on_one') ؛

11 wp_meta wp-includes\template-functions-general.php وتشمل رزمه العمل - \ القالب - وظائف - general.php 59 59 No لا
parameter. معلمه. Executes in the ينفذ في
  • Meta بادئة معناها أعلى
  • section of the included Theme’s وشملت الجزء من الموضوع لل
    sidebar.php’s. sidebar.php 'س. Useful for insertion of additional content in meta section. من المفيد ادراجها في المحتوى الاضافي قسم ميتا.

    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. ما بعد الهوية بوصفها معلمه. 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. ما بعد الهوية بوصفها معلمه. 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. ما بعد الهوية بوصفها معلمه. 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. ما بعد الهوية بوصفها معلمه. 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. ما بعد الهوية بوصفها معلمه. 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. التعليق الهوية بوصفها معلمه. 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. التعليق الهوية بوصفها معلمه. 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. التعليق الهوية بوصفها معلمه. 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. التعليق الهوية بوصفها معلمه. 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. المحتوى الاضافي مثل metatags او جافا سكريبت.
    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. من المفيد ادراجها المحتوى الاضافي او قانون الاحصاءات مثل غوغل تحليلات.
    41 comment_form wp-content\themes\classic\comments-popup.php - محتوى رزمه العمل \ المواضيع \ الكلاسيكيه \ تعليقات - popup.php 86 86 Receives ويتلقى
    the comment’s post ID as a parameter. التعليق في مرحلة ما بعد الهوية بوصفها معلمه. 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. التعليق في مرحلة ما بعد الهوية بوصفها معلمه. 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. التعليق في مرحلة ما بعد الهوية بوصفها معلمه. 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. التعليق الهوية بوصفها معلمه. 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. ما بعد الهوية بوصفها معلمه. 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. قد أغلقت بعد أن يتضمن محتوى 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 ينفذ داخل
    tag on the page editing form. العلامه على شكل صفحة التحرير. Useful for من المفيد لل
    inserting additional input fields in the page editing form. ادخال مدخلات اضافية في مجالات تحرير شكل الصفحه.
    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 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. قد أغلقت بعد أن يتضمن محتوى 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. التعليق الهوية بوصفها معلمه. 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 اختصار ل الحرف الاول 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 يطلق.