Front End PM Actions

Lots of Actions are added since version 3.1 of Front End PM.

  • fep_reply_form_before_content to show some fields before content of reply form 
  • fep_reply_form_after_content to show some fields after content of reply form 
  • fep_display_after_announcement_subject show something after announcement subject 
  • fep_display_after_announcement_content show something after announcement content 
  • fep_announcement_form_before_content to show some fields in announcement form before announcement content
  • fep_announcement_form_after_content to show some fields in announcement form after announcement content
  •  fep_action_announcement_before_add perform any action before announcement add. Passing parameter $errors which is wp_error
  •  fep_after_add_announcement perform any action after announcement added. Passing parameter $message_id and $message as array
  • fep_announcement_before_delete perform any action before an announcement is deleted.Passing parameter announcement id
  • fep_switch_{$switch} to switch. $switch is fepaction getting from $_GET action. Any build in action switch can be overridden.
  •  fep_header_note is to show anything in Front End PM header.
  • fep_menu_button show any button in Front End PM menu or menu widget.
  • fep_footer_note is to show anything in Front End PM footer.
  • fep_user_settings_form to show any field in user setting form.
  • fep_action_user_settings_before_save perform any action before user setting save.
  • fep_user_settings_after_save perform any action after user setting save.
  • fep_message_form_before_content  to show some fields before content of message form.
  • fep_message_form_after_content to show some fields after content of message form.
  • fep_before_send_new_reply perform any action before send any new reply.
  • fep_before_send_new_message perform any action before send any new message.
  • fep_action_message_before_send perform any action before send any new message or new reply.
  • fep_after_send_new_message perform any action after send any new message.
  • fep_after_send_new_reply perform any action after send any new reply.
  • fep_action_message_after_send perform any action after send any new message or new reply.
  • fep_display_after_parent_message Show something after parent message.
  • fep_display_after_reply_message Show something after reply message.
  • fep_message_before_delete perform any action before delete a message.
  • fep_text_widget show something in FEP text widget.
  • fep_empty_widget show something in all FEP empty widgets.
  • fep_empty_widget_{$number} show something in a particular FEP empty widget where $number is that widget number.
  • fep_admin_setting_form Show some fields in FEP admin settings form.
  • fep_action_admin_setting_before_save perform any action before before admin settings save.


No comments:

Post a Comment