Title: Hyphens in buffer
Last modified: March 16, 2020

---

# Hyphens in buffer

 *  Resolved [Олег](https://wordpress.org/support/users/senseinterpreter/)
 * (@senseinterpreter)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/hyphens-in-buffer/)
 * Hello from the plugin’s logo author 😀
    I noticed suddenly that hyphens stay 
   in copied text. I looked up – the box for js solution is set in hypenation tab.
   But i don’t seem to locate the clean-clipboard.min.js in page source.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhyphens-in-buffer%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/hyphens-in-buffer/#post-12547734)
 * Hi Олег! What theme are you using? As long as the `wp_enqueue_scripts` action
   is executed on the frontend, there’s nothing to prevent the script from being
   enqueued in the code. You might want to check if that happens in a minimal environment(
   without other plugins) and if not, re-enable them one by one to find the culprit.
 *  Thread Starter [Олег](https://wordpress.org/support/users/senseinterpreter/)
 * (@senseinterpreter)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/hyphens-in-buffer/#post-12550846)
 * It’s a handmade theme.
    Some digging and found i commented out wp_head() (this
   is the fifth design the university site has in 5 years, direct hardcoded links
   were the best way to deal with it). Thanks for the clue.
 *  Thread Starter [Олег](https://wordpress.org/support/users/senseinterpreter/)
 * (@senseinterpreter)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/hyphens-in-buffer/#post-12550860)
 * Another hint, please
    wp_footer() should be printing out the scripts, right? 
   Because even though now i see plugin styles, clean-clipboard.min.js is still 
   not in page source.
 *  Thread Starter [Олег](https://wordpress.org/support/users/senseinterpreter/)
 * (@senseinterpreter)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/hyphens-in-buffer/#post-12550868)
 * Hot reports, wp_footer() indeed produces A script `<script type="text/javascript"
   src="http://sakhgu.ru/wp-includes/js/wp-embed.min.js?ver=5.2.3"></script>`, and
   only this one.
 * Will try to pinpoint plugin collisions, if there are any, at a later moment.
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/hyphens-in-buffer/#post-12551462)
 * Hi [@senseinterpreter](https://wordpress.org/support/users/senseinterpreter/)!
   After some digging, it is important that both `wp_head()` and `wp_footer()` are
   called in this order. These are implemented as action hooks, so without `wp_head()`
   the scripts are not enqueued and `wp_footer()` cannot print them.

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

The topic ‘Hyphens in buffer’ is closed to new replies.

 * ![](https://ps.w.org/wp-typography/assets/icon.svg?rev=2663995)
 * [wp-Typography](https://wordpress.org/plugins/wp-typography/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-typography/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-typography/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-typography/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-typography/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-typography/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [pepe](https://wordpress.org/support/users/pputzer/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/hyphens-in-buffer/#post-12551462)
 * Status: resolved