Title: MacBlaue's Replies | WordPress.org

---

# MacBlaue

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Access _POST data in plugin](https://wordpress.org/support/topic/access-_post-data-in-plugin/)
 *  Thread Starter [MacBlaue](https://wordpress.org/support/users/macblaue/)
 * (@macblaue)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/access-_post-data-in-plugin/#post-9379574)
 * `is_this_user_logged_in()` is part of pluggable.php which fires after the plugin
   loads, hence the problem. I removed the if statement and load both actions et
   voilà.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HTML Javascript Adder] [Plugin: HTML Javascript Adder] toolbar images not showing](https://wordpress.org/support/topic/plugin-html-javascript-adder-toolbar-images-not-showing/)
 *  Thread Starter [MacBlaue](https://wordpress.org/support/users/macblaue/)
 * (@macblaue)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-html-javascript-adder-toolbar-images-not-showing/#post-2803076)
 * Locate the file html-javascript-adder.php which is in the plugins/html-javascript-
   adder directory.
    Replace all instances of src=”[http://localhost/&#8217](http://localhost/&#8217);
 *  with
 * src=”<?php echo HJA_URL . ‘
 * these should be on lines 243, 270, 276.
 * This makes the browser look for the images on the server rather than your computer.

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