Title: mistifi's Replies | WordPress.org

---

# mistifi

  [  ](https://wordpress.org/support/users/mistifi/)

 *   [Profile](https://wordpress.org/support/users/mistifi/)
 *   [Topics Started](https://wordpress.org/support/users/mistifi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mistifi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mistifi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mistifi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mistifi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mistifi/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Admin user with the username deleted-l9N2CQti was created outside of WordPress](https://wordpress.org/support/topic/admin-user-with-the-username-deleted-l9n2cqti-was-created-outside-of-wordpress/)
 *  [mistifi](https://wordpress.org/support/users/mistifi/)
 * (@mistifi)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/admin-user-with-the-username-deleted-l9n2cqti-was-created-outside-of-wordpress/#post-17392918)
 * I have the same problem. I have cleaned everything but the deleted-XXXXXXXX admin
   account come back anyway. Can anyone give a clue on how to stop this hack ?
    -  This reply was modified 2 years, 4 months ago by [mistifi](https://wordpress.org/support/users/mistifi/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Enqueue code for child theme](https://wordpress.org/support/topic/enqueue-code-for-child-theme/)
 *  [mistifi](https://wordpress.org/support/users/mistifi/)
 * (@mistifi)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/enqueue-code-for-child-theme/#post-14415963)
 * I found the correct enqueue code combination is :
 *     ```
       function my_bootstrap() {
           wp_enqueue_style( 'bootstrap', get_stylesheet_directory_uri() . '/assets/css/bootstrap.css' );
           wp_enqueue_script( 'bootstrap', get_stylesheet_directory_uri() . '/assets/js/bootstrap.js' );
       }
       add_action('wp_enqueue_scripts','my_bootstrap');
       ```
   
 * Which will be read in your code page like this :
    <link rel=’stylesheet’ id=’
   bootstrap-css’ href=’[http://[my-website]/wp-content/themes/%5Bmy-website-child-theme%5D/assets/css/bootstrap.css?ver=5.7.1&#8242](http://[my-website]/wp-content/themes/%5Bmy-website-child-theme%5D/assets/css/bootstrap.css?ver=5.7.1&#8242);
   media=’all’ /> <script src=’[http://[my-website]/wp-content/themes/%5Bmy-website-child-theme%5D/assets/js/bootstrap.js?ver=5.7.1&#8242](http://[my-website]/wp-content/themes/%5Bmy-website-child-theme%5D/assets/js/bootstrap.js?ver=5.7.1&#8242);
   id=’bootstrap-js’></script>
 * You need to use CTRL+F5 to empty your cache !
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Enqueue code for child theme](https://wordpress.org/support/topic/enqueue-code-for-child-theme/)
 *  [mistifi](https://wordpress.org/support/users/mistifi/)
 * (@mistifi)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/enqueue-code-for-child-theme/#post-14415896)
 * I have that same problem. There is a serious issue with the enqueue code in GeneratePress.
   I have tested any possible variations so far and it still don’t work. Ok, we 
   are not supposed to use bootstrap but what if we need it ?
    -  This reply was modified 5 years, 1 month ago by [mistifi](https://wordpress.org/support/users/mistifi/).

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