Title: Failed to load plugin: WordPress from url https://cades.org/wp-includes/js/tinym
Last modified: January 9, 2022

---

# Failed to load plugin: WordPress from url https://cades.org/wp-includes/js/tinym

 *  Resolved [2twins](https://wordpress.org/support/users/2twins/)
 * (@2twins)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/failed-to-load-plugin-wordpress-from-url-https-cades-org-wp-includes-js-tinym/)
 * Hi, I am getting this error on my forminator form. Also, the form is not working.
   You can fill it out but it does not send. How can I resolve this? I just re-installed
   wordpress Current version: 5.8.3. Thanks for any help!!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffailed-to-load-plugin-wordpress-from-url-https-cades-org-wp-includes-js-tinym%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [2twins](https://wordpress.org/support/users/2twins/)
 * (@2twins)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/failed-to-load-plugin-wordpress-from-url-https-cades-org-wp-includes-js-tinym/#post-15233771)
 * Hi, I am getting this error on my forminator form. Also, the form is not working.
   You can fill it out but it does not send. How can I resolve this? I just re-installed
   wordpress Current version: 5.8.3. Thanks for any help!!
    “Failed to load plugin:
   WordPress from url [https://cades.org/wp-includes/js/tinymce/plugins/WordPress/plugin.min.js&#8221](https://cades.org/wp-includes/js/tinymce/plugins/WordPress/plugin.min.js&#8221);
 *  Plugin Support [Nebu John – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport14/)
 * (@wpmudevsupport14)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/failed-to-load-plugin-wordpress-from-url-https-cades-org-wp-includes-js-tinym/#post-15234282)
 * Hi [@2twins](https://wordpress.org/support/users/2twins/),
 * Hope you are doing good today.
 * We have noticed this error when hosting load the script with capital letters.
 * Can you please try adding the following code using a mu plugin and check if that
   resolves the issue?
 *     ```
       <?php
       add_filter('forminator_tinymce_args', function( $args ){
       if( is_string( $args ) ){
       $args = str_replace('WordPress', 'wordpress', $args);
       }
       return $args;
       });
       ```
   
 * Reff: [https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#installing-mu-plugins](https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#installing-mu-plugins)
 * I hope that helps.
 * Kind Regards,
    Nebu John
 *  Thread Starter [2twins](https://wordpress.org/support/users/2twins/)
 * (@2twins)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/failed-to-load-plugin-wordpress-from-url-https-cades-org-wp-includes-js-tinym/#post-15236626)
 * Thanks, Nebu John, it seems to have worked!!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Failed to load plugin: WordPress from url https://cades.org/wp-includes/
js/tinym’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [2twins](https://wordpress.org/support/users/2twins/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/failed-to-load-plugin-wordpress-from-url-https-cades-org-wp-includes-js-tinym/#post-15236626)
 * Status: resolved