Skip to content

Shamim's Plugins

  • PRO Plugins
    • Front End PM PRO
  • Docs
    • Front End PM
    • Front End PM PRO
  • Support
    • Front End PM PRO
  • Login
  • 0  Items -  $0.00
Home » Forums » Front End PM PRO » How to add a form in the page of a new message. » Reply To: How to add a form in the page of a new message.

Reply To: How to add a form in the page of a new message.


Home › Forums › Front End PM PRO › How to add a form in the page of a new message. › Reply To: How to add a form in the page of a new message.

July 29, 2020 at 6:45 pm #39819
Shamim Hasan
Keymaster

Use like following

add_action( 'fep_before_form_fields', function( $where ){
    if( in_array( $where, [ 'newmessage', 'reply' ] ) ) {
        echo "This is your sentence";
    }
});

Wordpress Plugins

  • Front End PM PRO
  • Front End PM
  • FEP Contact Form
  • Multisite User Sync
  • Custom Functions Plugin

Osclass Plugins

  • Simple Item Moderation
  • Simple Social Share
  • Two Factor Authentication
  • Password Ad Management
  • noCaptcha reCaptcha
  • Simple Infinite Scroll

Links

  • Contact us
  • Hire
  • Privacy Policy
  • Terms and Conditions

· © 2025 Shamim's Plugins ·

Back to top