Title: Fatal Error found
Last modified: May 20, 2026

---

# Fatal Error found

 *  [Pascal CESCATO](https://wordpress.org/support/users/pcescato/)
 * (@pcescato)
 * [2 days, 19 hours ago](https://wordpress.org/support/topic/fatal-error-found-3/)
 * Hello,
 * I found a fatal error in Link Whisper related to Elementor integration.
 * Environment:
    - WordPress
    - Elementor
    - PHP 8.3
    - Link Whisper 0.9.4
 * Fatal error:
 *     ```wp-block-code
       Fatal error: Uncaught Error: Call to undefined method
       Wpil_Editor_Elementor::appendProcessableValue()
       ```
   
 * File:
   `core/Wpil/Editor/Elementor.php`around line 130.
 * The issue occurs while saving Elementor content.
 * Stack trace indicates:
 *     ```wp-block-code
       Elementor save
       -> Link Whisper content processing
       -> Wpil_Editor_Elementor::getProcessableData()
       -> self::appendProcessableValue()
       ```
   
 * I checked the plugin source and:
    - `Wpil_Editor_Elementor` does not extend another class
    - there is no imported trait
    - `appendProcessableValue()` is not defined anywhere in the plugin
    - the method also does not exist in previous versions
 * So the current code path calls a non-existent static method.
 * This seems to be an incomplete refactor or a missing method in the release package.
 * Could you confirm and provide a fix?
 * Thanks.

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffatal-error-found-3%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/link-whisper/assets/icon-256x256.png?rev=2242818)
 * [Link Whisper Free](https://wordpress.org/plugins/link-whisper/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/link-whisper/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/link-whisper/)
 * [Active Topics](https://wordpress.org/support/plugin/link-whisper/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/link-whisper/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/link-whisper/reviews/)

## Tags

 * [fatal error](https://wordpress.org/support/topic-tag/fatal-error/)

 * 0 replies
 * 1 participant
 * Last reply from: [Pascal CESCATO](https://wordpress.org/support/users/pcescato/)
 * Last activity: [2 days, 19 hours ago](https://wordpress.org/support/topic/fatal-error-found-3/)
 * Status: not resolved