Title: rmp_frontend attribute check
Last modified: August 28, 2019

---

# rmp_frontend attribute check

 *  Resolved [scribouillard](https://wordpress.org/support/users/scribouillard/)
 * (@scribouillard)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/rmp_frontend-attribute-check/)
 * Hello,
 * Thank you for your plugin!
 * Could you check if the rmp_frontend variable exists at the beginning of your 
   javascript file ?
 *     ```
       jQuery( document ).ready( function( $ ) {
         if (typeof rmp_frontend === 'undefined') {
           return;
         }
         //...
       }
       ```
   
 * It would be useful when we want to merge all our javascript files and load the
   merged file in every pages, even when we don’t use rmp.
 * Thank you!

Viewing 1 replies (of 1 total)

 *  Plugin Support [Blaz K.](https://wordpress.org/support/users/blazk/)
 * (@blazk)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/rmp_frontend-attribute-check/#post-11878325)
 * Hi [@scribouillard](https://wordpress.org/support/users/scribouillard/),
 * the rmp_frontend object is added via wp_localize_script because the values are
   dynamic. Hence, it can’t be included in the javascript file itself.
 * More about this here: [https://developer.wordpress.org/reference/functions/wp_localize_script/](https://developer.wordpress.org/reference/functions/wp_localize_script/)
 * Regards,
    Blaz

Viewing 1 replies (of 1 total)

The topic ‘rmp_frontend attribute check’ is closed to new replies.

 * ![](https://ps.w.org/rate-my-post/assets/icon-128x128.png?rev=2045796)
 * [Rate My Post - Star Rating Plugin by FeedbackWP](https://wordpress.org/plugins/rate-my-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rate-my-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rate-my-post/)
 * [Active Topics](https://wordpress.org/support/plugin/rate-my-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rate-my-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rate-my-post/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Blaz K.](https://wordpress.org/support/users/blazk/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/rmp_frontend-attribute-check/#post-11878325)
 * Status: resolved