Title: Jonathon.Smith's Replies | WordPress.org

---

# Jonathon.Smith

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Centrora WordPress Security™] Found Malicious User Agent](https://wordpress.org/support/topic/found-malicious-user-agent/)
 *  [Jonathon.Smith](https://wordpress.org/support/users/jonathonsmith/)
 * (@jonathonsmith)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/found-malicious-user-agent/#post-3718887)
 * Python-urllib is a python module for opening urls
 * It probably shouldn’t be being blocked. A lot of firewalls block it, because 
   it is used by a lot of not so good visitors, but apparently some valid crawlers
   are using it as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magento Wordpress Integration] [Plugin: Magento WordPress Integration] JS/CSS Function](https://wordpress.org/support/topic/plugin-magento-wordpress-integration-jscss-function/)
 *  [Jonathon.Smith](https://wordpress.org/support/users/jonathonsmith/)
 * (@jonathonsmith)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-magento-wordpress-integration-jscss-function/#post-2806552)
 * The problem with just pulling in the full head is that it includes the page title
   as well as other meta tags that are set from within magento which you may not
   want on your wordpress pages.
 * What I did is added another block function to the plugin I called get_block_obj
   that rather than returning the block after calling the toHtml method just returned
   the actual block object so that I could do the following:
 * `<?php echo get_block_obj("head")->getCssJsHtml(); ?>`
 * Alternatively, you could just do the following:
 * `<?php echo jck_mwi::layout()->getBlock('head')->getCssJsHtml() ?>`

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