WordPress 2.x Hooks for Action - Comprehensive List for Plugin and Theme Developers Ganchos de WordPress 2.x para la acción - Lista completa de Tema Plugin y Desarrolladores
Comprehensive List of WordPress Action Hooks Lista completa de la acción de WordPress Hooks
For WordPress Plugin and Theme Developers by Por plugin WordPress y el tema de los desarrolladores Plugin Developer Plugin para Desarrolladores
This contains all the available action hooks (documented as well as undocumented) for WordPress plugin and theme developers. Este contiene todos los ganchos de acción disponibles (documentados, así como indocumentados) para el plugin WordPress y el tema desarrolladores. All available documentation on these hooks have been updated from WordPress Codex. Todos los documentos disponibles en estos ganchos se han actualizado de WordPress Codex.
Source file and line number information is provided to allow you to find more details about the hook. El archivo de origen y número de línea se proporciona información que le permite encontrar más detalles sobre el gancho. Please maximize your browser for better display. Por favor, maximizar su navegador para una mejor visualización.
Note: You may also want to refer Nota: También puede hacer referencia WordPress 2.x Filters - Comprehensive List for Plugin and Theme Developers WordPress 2.x Filtros - Lista completa de Tema Plugin y Desarrolladores .
| No. N º | Action Acción | Source File Origen del archivo | Line No. N º | Comments Comentarios |
|---|---|---|---|---|
| 1 | wp_logout | wp-login.php wp-login.php | 25 25 | |
| 2 | lost_password | wp-login.php wp-login.php | 38 38 | |
| 3 | retreive_password | wp-login.php wp-login.php | 100 100 | |
| 4 | retrieve_password | wp-login.php wp-login.php | 101 101 | |
| 5 | password_reset | wp-login.php wp-login.php | 137 137 | |
| 6 | wp_authenticate | wp-login.php wp-login.php | 189 189 | |
| 7 | wp_login | wp-login.php wp-login.php | 201 201 | |
| 8 | rss_head | wp-rss.php WP-rss.php | 22 22 | |
| 9 | rss_item | wp-rss.php WP-rss.php | 33 33 | |
| 10 | template_redirect | wp-includes\template-loader.php wp-incluye \ plantilla-loader.php | 3 3 | No function all_on_one () { all_on_one función () ( |
| 11 | wp_meta | wp-includes\template-functions-general.php wp-incluye \ plantilla de funciones-general.php | 59 59 | No parameter. parámetro. Executes in the Ejecuta en el section of the included Theme’s la sección de Tema del incluido |
| 12 | mce_options | wp-includes\js\tinymce\tiny_mce_gzip.php wp-incluye \ js \ TinyMCE \ tiny_mce_gzip.php | 144 144 | |
| 13 | tinymce_before_init | wp-includes\js\tinymce\tiny_mce_gzip.php wp-incluye \ js \ TinyMCE \ tiny_mce_gzip.php | 150 150 | |
| 14 | profile_update | wp-includes\registration-functions.php wp-incluye \ registro-functions.php | 76 76 | |
| 15 | user_register | wp-includes\registration-functions.php wp-incluye \ registro-functions.php | 78 78 | |
| 16 | private_to_published | wp-includes\functions-post.php wp-incluye \ funciones-post.php | 175 175 | Receives Recibe the post ID as a parameter. el puesto de identificación como un parámetro. Executes when a post is moved from private to published Ejecuta un puesto cuando se traslada de privado a publicado status. estatus. |
| 17 | edit_post | wp-includes\functions-post.php wp-incluye \ funciones-post.php | 178 178 | Receives Recibe the post ID as a parameter. el puesto de identificación como un parámetro. Executes every time a post is edited. Ejecuta cada vez que un puesto está editado. |
| 18 | publish_post | wp-includes\functions-post.php wp-incluye \ funciones-post.php | 182 182 | Receives Recibe the post ID as a parameter. el puesto de identificación como un parámetro. Executes when a post is saved and its status is set to Ejecuta un puesto cuando se guarda y su estado está ajustado a "publish", regardless of its prior setting. "publicar", independientemente de su consentimiento previo. NOTE: to add a hook to this NOTA: para añadir un gancho a esta action in 1.2, be sure to specify a priority between 0 and 9. acción en 1,2, asegúrese de especificar un orden de prelación entre 0 y 9. The generic_ping hook El gancho generic_ping is buggy and prevents any lesser priority hooks from working. está libre de errores, y que evite cualquier tipo de menor prioridad ganchos de trabajo. |
| 19 | save_post | wp-includes\functions-post.php wp-incluye \ funciones-post.php | 206 206 | Receives Recibe the post ID as a parameter. el puesto de identificación como un parámetro. Executes when a post is saved to the database. Ejecuta un puesto cuando se guarda en la base de datos. |
| 20 | wp_insert_post | wp-includes\functions-post.php wp-incluye \ funciones-post.php | 207 207 | |
| 21 | edit_attachment | wp-includes\functions-post.php wp-incluye \ funciones-post.php | 342 342 | |
| 22 | add_attachment | wp-includes\functions-post.php wp-incluye \ funciones-post.php | 344 344 | |
| 23 | delete_attachment | wp-includes\functions-post.php wp-incluye \ funciones-post.php | 380 380 | |
| 24 | delete_post | wp-includes\functions-post.php wp-incluye \ funciones-post.php | 538 538 | Receives Recibe the post ID as a parameter. el puesto de identificación como un parámetro. Executes whenever a post is deleted. Ejecuta cuando un puesto queda suprimido. |
| 25 | wp_blacklist_check | wp-includes\functions-post.php wp-incluye \ funciones-post.php | 642 642 | |
| 26 | parse_query | wp-includes\classes.php WP-incluye \ classes.php | 86 86 | |
| 27 | parse_query | wp-includes\classes.php WP-incluye \ classes.php | 238 238 | |
| 28 | pre_get_posts | wp-includes\classes.php WP-incluye \ classes.php | 262 262 | |
| 29 | loop_start | wp-includes\classes.php WP-incluye \ classes.php | 699 699 | |
| 30 | loop_end | wp-includes\classes.php WP-incluye \ classes.php | 706 706 | |
| 31 | generate_rewrite_rules | wp-includes\classes.php WP-incluye \ classes.php | 1323 1323 | No parameter. parámetro. Executes whenever the rewrite rules are recomputed. Ejecuta cada vez que la reescritura de las reglas se recalcula. To modify the computed Para modificar la calculada rules, use the filter rewrite_rules_array instead. normas, utiliza el filtro rewrite_rules_array lugar. |
| 32 | comment_post | wp-includes\comment-functions.php wp-incluye \ functions.php comentario - | 52 52 | Receives Recibe the comment ID as a parameter. la observación ID como parámetro. Executes when a comment is added through wp-comments.php. Ejecuta un comentario cuando se añade a través de wp-comments.php. |
| 33 | comment_flood_trigger | wp-includes\comment-functions.php wp-incluye \ functions.php comentario - | 126 126 | |
| 34 | edit_comment | wp-includes\comment-functions.php wp-incluye \ functions.php comentario - | 191 191 | Receives Recibe the comment ID as a parameter. la observación ID como parámetro. Executes whenever a comment is edited. Ejecuta un comentario cada vez que se edita. |
| 35 | delete_comment | wp-includes\comment-functions.php wp-incluye \ functions.php comentario - | 198 198 | Receives Recibe the comment ID as a parameter. la observación ID como parámetro. Executes when a comment is deleted. Ejecuta un comentario cuando se suprime. |
| 36 | wp_set_comment_status | wp-includes\comment-functions.php wp-incluye \ functions.php comentario - | 209 209 | Receives Recibe the comment ID as a parameter. la observación ID como parámetro. Executes when the comment status changes. Ejecuta cuando el comentario cambios en el estado. |
| 37 | pre_ping | wp-includes\comment-functions.php wp-incluye \ functions.php comentario - | 635 635 | |
| 38 | wp_set_comment_status | wp-includes\comment-functions.php wp-incluye \ functions.php comentario - | 794 794 | |
| 39 | wp_head | wp-includes\functions.php WP-incluye \ functions.php | 1432 1432 | No parameter. Template tag. Executes in the parámetro. plantilla de etiqueta. Ejecuta en el section. sección. Useful for insertion Útiles para su inserción of additional content like metatags or javascript. de contenido adicional como metaetiquetas o javascript. |
| 40 | wp_footer | wp-includes\functions.php WP-incluye \ functions.php | 1436 1436 | No parameter. Template tag. Executes just before the end of the <body> tag. parámetro. plantilla de etiqueta. Ejecuta justo antes de que finalice el <body>. Useful for insertion of additional content or statistics code like Google Analytics. Útil para la inserción de contenido adicional o código como las estadísticas de Google Analytics. |
| 41 | comment_form | wp-content\themes\classic\comments-popup.php wp-content \ temas \ clásico \ comentarios-popup.php | 86 86 | Receives Recibe the comment’s post ID as a parameter. la observación del puesto de ID como parámetro. Template tag. Plantilla de etiqueta. Executes after displaying the Ejecuta después de mostrar el comment form for a post that allows comments. el formulario de comentarios para un puesto que permite comentarios. |
| 42 | comment_form | wp-content\themes\classic\comments.php wp-content \ temas \ clásico \ comments.php | 67 67 | |
| 43 | comment_form | wp-content\themes\default\comments-popup.php wp-content \ temas \ default \ comentarios-popup.php | 86 86 | |
| 44 | comment_form | wp-content\themes\default\comments.php wp-content \ temas \ default \ comments.php | 98 98 | |
| 45 | rdf_ns | wp-rdf.php WP-rdf.php | 21 21 | |
| 46 | rdf_header | wp-rdf.php WP-rdf.php | 32 32 | |
| 47 | rdf_item | wp-rdf.php WP-rdf.php | 54 54 | |
| 48 | comment_id_not_found | wp-comments-post.php WP-comments-post.php | 11 11 | Receives Recibe the comment’s post ID as a parameter. la observación del puesto de ID como parámetro. Executes when attempting to display the comment Ejecuta al intentar mostrar el comentario form for a post that does not exist. formulario para un puesto que no existe. |
| 49 | comment_closed | wp-comments-post.php WP-comments-post.php | 14 14 | Receives Recibe the comment’s post ID as a parameter. la observación del puesto de ID como parámetro. Executes when attempting to display the comment Ejecuta al intentar mostrar el comentario form for a post that has closed comments. formulario para un puesto que ha cerrado los comentarios. |
| 50 | comment_on_draft | wp-comments-post.php WP-comments-post.php | 17 17 | |
| 51 | pingback_post | xmlrpc.php xmlrpc.php | 1236 1236 | Receives Recibe the comment ID as a parameter. la observación ID como parámetro. Executes when a comment is added via XMLRPC. Ejecuta un comentario cuando se añade a través de XMLRPC. |
| 52 | publish_phone | wp-mail.php WP-mail.php | 146 146 | Receives Recibe the post ID as a parameter. el puesto de identificación como un parámetro. Executes when a post is added via wp-mail.php. Ejecuta un puesto cuando se añade a través de wp-mail.php. |
| 53 | rss2_ns | wp-rss2.php WP-rss2.php | 19 19 | |
| 54 | rss2_head | wp-rss2.php WP-rss2.php | 29 29 | |
| 55 | rss2_item | wp-rss2.php WP-rss2.php | 52 52 | |
| 56 | edit_form_advanced | wp-admin\edit-form-advanced.php wp-admin \ edit-form-advanced.php | 216 216 | No parameter. parámetro. Executes during the display of the admin panel’s advanced editing page, Ejecuta durante la exhibición de la administración del grupo de avanzada de edición de la página, just before the justo antes de la is closed that contains the post content textarea. está cerrado que contiene el puesto de contenido de texto. Useful Útil for inserting additional input fields into the advanced editing form. para la inserción de campos de entrada adicional en la forma de edición avanzada. |
| 57 | admin_menu | wp-admin\menu.php wp-admin \ menu.php | 57 57 | No parameter. parámetro. Executes after the basic admin panel menu structure is in place. Ejecuta después de que el administrador de base de menús del panel de estructura en su lugar. Useful Útil for adding additional menus to the admin panel. para añadir menús adicionales para el panel de admin. |
| 58 | admin_head | wp-admin\admin-header.php wp-admin \ admin-header.php | 312 312 | No parameter. parámetro. Executes in the Ejecuta en el section of the admin panel. sección del panel de admin. Useful for insertion Útiles para su inserción of additional content. de contenido adicional. |
| 59 | personal_options_update | wp-admin\profile-update.php wp-admin \ perfil-update.php | 23 23 | |
| 60 | activate_ | wp-admin\plugins.php wp-admin \ plugins.php | 14 14 | |
| 61 | deactivate_ | wp-admin\plugins.php wp-admin \ plugins.php | 21 21 | |
| 62 | manage_posts_custom_column | wp-admin\edit.php wp-admin \ edit.php | 218 218 | |
| 63 | delete_comment | wp-admin\post.php wp-admin \ post.php | 232 232 | |
| 64 | check_passwords | wp-admin\admin-functions.php wp-admin \ admin-functions.php | 388 388 | |
| 65 | check_admin_referer | wp-admin\admin-functions.php wp-admin \ admin-functions.php | 971 971 | |
| 66 | switch_theme | wp-admin\admin-functions.php wp-admin \ admin-functions.php | 1126 1126 | |
| 67 | switch_theme | wp-admin\admin-functions.php wp-admin \ admin-functions.php | 1133 1133 | |
| 68 | edit_page_form | wp-admin\edit-page-form.php wp-admin \ editar páginas-form.php | 214 214 | No parameter. parámetro. Executes inside the Ejecuta el interior de la |
| 69 | show_user_profile | wp-admin\profile.php wp-admin \ profile.php | 105 105 | |
| 70 | profile_personal_options | wp-admin\profile.php wp-admin \ profile.php | 114 114 | |
| 71 | edit_user_profile | wp-admin\user-edit.php wp-admin \ usuario-edit.php | 168 168 | |
| 72 | activity_box_end | wp-admin\index.php wp-admin \ index.php | 113 113 | |
| 73 | admin_footer | wp-admin\bookmarklet.php wp-admin \ bookmarklet.php | 101 101 | No parameter. parámetro. Executes at the end of the admin panel inside the body tag. Ejecuta al final del panel de admin dentro del cuerpo etiqueta. Useful for Útil para insertion of additional content. inserción de contenido adicional. |
| 74 | edit_category | wp-admin\admin-db.php wp-admin \ admin-db.php | 123 123 | |
| 75 | create_category | wp-admin\admin-db.php wp-admin \ admin-db.php | 126 126 | |
| 76 | add_category | wp-admin\admin-db.php wp-admin \ admin-db.php | 127 127 | |
| 77 | delete_category | wp-admin\admin-db.php wp-admin \ admin-db.php | 175 175 | |
| 78 | delete_user | wp-admin\admin-db.php wp-admin \ admin-db.php | 238 238 | |
| 79 | edit_link | wp-admin\admin-db.php wp-admin \ admin-db.php | 297 297 | |
| 80 | add_link | wp-admin\admin-db.php wp-admin \ admin-db.php | 299 299 | |
| 81 | delete_link | wp-admin\admin-db.php wp-admin \ admin-db.php | 323 323 | |
| 82 | simple_edit_form | wp-admin\edit-form.php wp-admin \ edit-form.php | 70 70 | No parameter. parámetro. Executes during the display of the admin panel’s simple editing page, just Ejecuta durante la visualización de los admin del panel de edición simple página, justo before the antes de la is closed that contains the post content textarea. está cerrado que contiene el puesto de contenido de texto. Useful for Útil para inserting additional input fields into the simple editing form. la inserción de nuevos campos de entrada en la edición de forma simple. |
| 83 | admin_footer | wp-admin\admin-footer.php wp-admin \ admin-footer.php | 9 9 | |
| 84 | switch_theme | wp-admin\themes.php wp-admin \ themes.php | 14 14 | Receives Recibe the name of the current theme as a parameter. el nombre del tema actual como un parámetro. Executes when the blog theme is changed. Ejecuta cuando el tema blog está cambiado. |
| 85 | trackback_post | wp-trackback.php WP-trackback.php | 95 95 | Receives Recibe the comment ID as a parameter. la observación ID como parámetro. Executes when a comment is added via trackback.php. Ejecuta un comentario cuando se añade a través de trackback.php. |
| 86 | atom_ns | wp-atom.php WP-atom.php | 17 17 | |
| 87 | atom_head | wp-atom.php WP-atom.php | 25 25 | |
| 88 | atom_entry | wp-atom.php WP-atom.php | 42 42 | |
| 89 | core_files_loaded | wp-settings.php WP-settings.php | 164 164 | |
| 90 | plugins_loaded | wp-settings.php WP-settings.php | 187 187 | |
| 91 | shutdown | wp-settings.php WP-settings.php | 222 222 | No parameter. parámetro. Executes when the page output is complete. Ejecuta cuando la página se completa la producción. |
| 92 | init | wp-settings.php WP-settings.php | 227 227 | Executes Ejecuta after WordPress has finished loading but before any headers are sent. después de WordPress ha terminado de cargar, pero antes de que las cabeceras se envían. Useful for intercepting Útil para interceptar $_GET or $_POST triggers. $ _GET O $ _POST desencadenantes. |
Filed under Filed under CMS Software CMS Software , Headline News Headline News , How To Cómo , Open Source Software Open Source Software , PHP , Pro Blogging Blogging Pro , Tech Note Nota técnica , Web , Web Services Web Services , WordPress | |
| |
RSS 2.0 RSS 2,0 | |
Email this Article Enviar artículo
You may also like to read También puede leer |




December 28th, 2005 at 1:27 am 28 de diciembre de 2005, a las 1:27 am
[...] View the list … [...] [...] Ver la lista… [...]
December 30th, 2005 at 1:02 am 30 de diciembre de 2005, a las 1:02 am
Thank you Angsuman. Gracias Angsuman. I am new to Wordpress and find your blog to be exceedingly helpful in coming up to speed. Soy nuevo en Wordpress y encontrar tu blog a ser extremadamente útil en los próximos hasta la velocidad. 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? Esto es un poco off-topic, pero he buscado durante horas y no han encontrado la información que estoy buscando, por lo que me envío aquí mi pregunta: ¿Puede usted me a punto un resumen de los cambios que deben hacerse a Wordpress 1,5 plugins con el fin de hacerlos compatibles con Wordpress 2,0?
December 30th, 2005 at 9:58 am 30 de diciembre de 2005, a las 9:58 am
@Donovan @ Donovan
Search this is Google: Buscar en este es Google:
“What’s Not Gonna Work in WordPress 2.0″ "¿Qué's Not Gonna Work en WordPress 2,0"
January 22nd, 2006 at 1:29 pm 22 de enero de 2006, a las 1:29 pm
[...] - Wiki zur Plugin-API - Wordpress-Doku zum API - Dokumentation von Hooks (Skippy) - Dokumentation von Hooks (Flatearth) - Liste mit Hooks [...] [...] - Wiki zur-Plugin API - Wordpress-Doku zum API - Dokumentation von Hooks (Matius) - Dokumentation von Hooks (Flatearth) - Liste mit Ganchos [...]
January 31st, 2006 at 12:36 am 31 de enero de 2006, a las 12:36 am
[...] To see if I might be able to customize the plugin myself, I started reading up on writing WP plugins. [...] A ver si se me permite poder personalizar el plugin de mí mismo, comencé a leer un escrito en WP plugins. In the Codex, I found out about the plugin API and how it works. En el Codex, me enteré sobre el plugin de la API y cómo funciona. Hooks have been defined so that developers can quickly add custom function calls without modifying core WP files. Ganchos se han definido de manera que los desarrolladores pueden añadir rápidamente la costumbre llamadas a funciones básicas sin modificar los archivos de WP. There is a comprehensive list of WordPress 2.x hooks for action. Hay una lista completa de ganchos de WordPress 2.x para la acción. There is an action called activity_box_end that is called at the end of the activity box on the dashboard. Hay una acción llamada activity_box_end que se llama al final de la actividad casilla en el tablero. I gave this action a try, but it occurs too early in the script. Me dio esta acción un intento, pero ocurre demasiado pronto en el guión. 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. La función de cjb_dashboard_showcustomcontent el plugin hace que los RSS feeds, pero la acción se produce dentro de la caja de actividad, provocando algunos resultados indeseados. What I would like is to have the custom feeds rendered after the WP news feeds, perhaps even replacing them. Lo que quiero es tener los feeds personalizados prestados después de que el GT de noticias, quizás incluso la sustitución de ellos. [...]
October 16th, 2006 at 2:57 am 16 de octubre de 2006, a las 2:57 am
Thanks! Gracias! I used your description and it was very easily for me. He utilizado su descripción y es muy fácil para mí.
Thanks once again! Gracias una vez más!
November 6th, 2006 at 10:56 am 6 de Noviembre, 2006 a las 10:56 am
[...] Wordpress theme hacks Good resource for hacking wordpress templates. [...] Wordpress tema hacks buen recurso para las plantillas de wordpress hacking. 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. Ok no es realmente la piratería informática, el diseño de plantillas Taragana.com Compartir y Disfrute de: Estos iconos vínculo social bookmarking a los sitios donde los lectores pueden compartir y descubrir nuevas páginas web. [...]
March 7th, 2007 at 4:55 am 7 de marzo de 2007, a las 4:55 am
interesting. interesante. Heiko from Germany Heiko de Alemania
April 18th, 2007 at 6:36 pm 18 de abril de 2007, a las 6:36 pm
Very good List. Muy buena la lista. Printed and placed in fromt of my desk. Impreso y colocado en fromt de mi escritorio.
October 7th, 2007 at 12:46 am 7 de Octubre, 2007 a las 12:46 am
I just recently joined the DoFollow community on Bumpzee started by Andy Beard. Yo sólo recientemente se unió a la comunidad DoFollow en Bumpzee iniciada por Andy Beard. 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…… Si no has leído el blog de Andy, le sugiero que échale un ojo y suscribir de inmediato porque él tiene algunas sorprendentes contenido y una gran perspectiva en……
October 7th, 2007 at 5:34 am 7 de Octubre, 2007 a las 5:34 am
I’m having some problems making the table “sort” when the page loads. Estoy teniendo algunos problemas que el cuadro "tipo" cuando la página se carga. I want the table column with, say, names to sort itself alphabetically when you look at the page initially, not only when you click. Quiero que la columna de la tabla, por ejemplo, con nombres para ordenar alfabéticamente en sí cuando se mira en la página inicialmente, no sólo al hacer clic.
November 10th, 2007 at 3:17 pm 10 de noviembre de 2007, a las 3:17 pm
I think these blog is really useful for new comers and Excellent resource list. Creo que estos blog es realmente útil para los recién llegados y excelente lista de recursos.
It´sa very interesting Blog and simple answer of many questions. Es un blog muy interesante y sencilla de responder muchas preguntas.
Keep up the good work! Mantener el buen trabajo!
Thanks it helps me a lot… Gracias que me ayuda mucho…
November 10th, 2007 at 3:20 pm 10 de noviembre de 2007, a las 3:20 pm
Thanks for very interesting article. Gracias por muy interesante artículo. btw. BTW.
I really enjoyed reading all of your posts. Me encantó leer todas sus entradas.
It’s interesting to read ideas, and observations from someone else’s Es interesante leer las ideas y observaciones de alguien más
point of view… makes you think more. punto de vista… te hace pensar más. So please keep up the great work. Así que por favor mantener el gran trabajo.
Greetings. Saludos.
November 11th, 2007 at 7:36 pm 11 de noviembre de 2007, a las 7:36 pm
Thank you for this tips and your Blog!, I spent my time effectivelly browsing it! Gracias por esta consejos y su Blog!, Pasé mi tiempo effectivelly navegar!
February 4th, 2008 at 5:00 pm 4 de febrero de 2008, a las 5:00 pm
these blog is really useful for new comers and Excellent resource list. estos blog es realmente útil para los recién llegados y excelente lista de recursos.
It´sa very interesting Blog and simple answer of many questions. Es un blog muy interesante y sencilla de responder muchas preguntas.
Keep up the good work! Mantener el buen trabajo!
April 13th, 2008 at 6:55 pm 13 de abril de 2008 a 6:55 pm
I’m trying to detect when a post has a category added or deleted, and, so far, failing… Estoy tratando de detectar cuando un puesto de una categoría ha añadido o eliminado, y, hasta ahora, en su defecto…
The docs say that edit_category hook will fire when it happens, but that does not seem to work for me… El docs decir que el gancho se edit_category fuego cuando esto suceda, pero que no parece funcionar para mí…
Other hooks are working fine for me, so I’m pretty sure it’s not me being totally stupid… Otros ganchos están trabajando muy bien para mí, así que estoy bastante seguro de que no me están totalmente estúpido…
Any ideas welcome to wordpress AT lie DOT com Toda la bienvenida a ideas wordpress AT mentira DOT com
May 21st, 2008 at 2:49 pm Mayo 21, 2008 a 2:49 pm
Thank you so much, Angsuman! Muchísimas gracias, Angsuman! what a great resource! lo que es un gran recurso! I knew about it from my brother. Yo sabía acerca de lo de mi hermano. There\’sa lot of useful info. Existe \ 'sa mucha información útil. I\’ll happily share the address of your blog with my friends. I \ 'll felizmente compartir la dirección de tu blog con mis amigos. Thanks so much! Muchas gracias! Wish you great success!!! Deseo mucho éxito!
May 23rd, 2008 at 10:16 am 23 de mayo de 2008 a 10:16 am
Great and excellent article it’s realy helpful. Gran artículo y excelente es realmente útil. Thanks again. Gracias de nuevo.