Title: Julian M's Replies | WordPress.org

---

# Julian M

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

 *   [Profile](https://wordpress.org/support/users/caesarby/)
 *   [Topics Started](https://wordpress.org/support/users/caesarby/topics/)
 *   [Replies Created](https://wordpress.org/support/users/caesarby/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/caesarby/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/caesarby/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/caesarby/engagements/)
 *   [Favorites](https://wordpress.org/support/users/caesarby/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: [[Social Media Share Buttons & Social Sharing Icons] Usage with shortcode does not show the same view as ordinary usage](https://wordpress.org/support/topic/usage-with-shortcode-does-not-show-the-same-view-as-ordinary-usage/)
 *  Thread Starter [Julian M](https://wordpress.org/support/users/caesarby/)
 * (@caesarby)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/usage-with-shortcode-does-not-show-the-same-view-as-ordinary-usage/#post-12653479)
 * I see. That’s why.
    Thank you for the quick answer!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cimy User Extra Fields] Programmatically Adding an Image](https://wordpress.org/support/topic/programmatically-adding-an-image/)
 *  [Julian M](https://wordpress.org/support/users/caesarby/)
 * (@caesarby)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/programmatically-adding-an-image/#post-6152768)
 * Hi rexak,
 * I am not sure, but i guess, you can use this example from [the documentation](https://codex.wordpress.org/Function_Reference/wp_insert_attachment#Example)
   to upload image into media gallery,
 * and then you should update userprofile: `update_usermeta`,
    [something like this](https://developer.wordpress.org/plugins/users/working-with-user-metadata/).
 * I hope, that helps
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Event handler for "submit"](https://wordpress.org/support/topic/event-handler-for-submit/)
 *  Thread Starter [Julian M](https://wordpress.org/support/users/caesarby/)
 * (@caesarby)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/event-handler-for-submit/#post-6639705)
 * Hello Frank,
 * Thanks for your answer. It make sense.
    I guess for my aims I can just use the
   checking (if $_POST is not empty) in the “single.php” file =) It is not so elegant,
   but still.
 * But usage of filter helped me. It looks better. I’ve added
    `add_filter('qmn_after_check_answers','
   quiz_after_check_answers', 10, 3);` in my code.
 * Anyway i will waiting for updates.
 * P.S.
    Yet one thing about code style) You’ve mixed tabs and spaces sometimes.(
   sorry! i am a bit nerd) e.g. You have in the function “display_begin_section()”
   a lot of spaces rather tabs.

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