Front End PM Filters

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


  • fep_message_headline to filter message headline.
  • fep_filter_status_display to filter status of the message ( read/ unread ),
  • fep_delete_message_url to change delete message url.
  • fep_messagebox to filter message box before shown.
  • fep_user_total_message_count_{$action} to show user total message for a particular action.
  • fep_user_messages_{$action} to return user messages for a particular action.
  • fep_formate_date to change format of a date before output.
  • fep_filter_display_title filter for title filter of a message before output.
  • fep_filter_display_message filter is fep filter for contents.
  • fep_reply_form is new reply form filter. You can hide new reply form with this filter for a particular reason.
  • fep_filter_announcement_before_add you can change anything of announcement before write into db.
  • fep_main_shortcode_output is to filter main shortcode output. You can hide messaging for a particular reason.
  • fep_filter_user_settings_before_save is used to filter anything of user settings form before save. If you add any field by action you have to use this filter to add to that field's value into array to save.
  • fep_filter_new_message_form to filter of new message form. You can hide new message form for a particular reason.
  • fep_filter_message_before_send filter for new message before send. You can change anything before send new message.
  • fep_directory_arguments change any argument for directory.
  • fep_directory_output filter before directory output. You can restrict directory using this filter.
  • fep_include_files You can include or exclude any files using this filter.
  • fep_filter_admin_setting_before_save to filter admin setting before save.

No comments:

Post a Comment