Title: wpas_submit_post? hook
Last modified: August 22, 2016

---

# wpas_submit_post? hook

 *  Resolved [victar](https://wordpress.org/support/users/victar/)
 * (@victar)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/wpas_submit_post-hook/)
 * I wanted to share an error in the Publicize documentation on this page.
    [http://vip.wordpress.com/documentation/customizing-publicize-sharing-behavior/](http://vip.wordpress.com/documentation/customizing-publicize-sharing-behavior/)
 * The example reads:
 *     ```
       if ( 'twitter' == $name && '@vipwpnews' == $connection->meta['display_name'] ) {
       ```
   
 * But really it should be:
 *     ```
       if ( 'twitter' == $name && '@vipwpnews' == $connection['meta']['display_name'] ) {
       ```
   
 * Hope this helps someone.
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

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

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wpas_submit_post-hook/#post-5249772)
 * Thanks for the report! We’ll get this fixed.
 *  Thread Starter [victar](https://wordpress.org/support/users/victar/)
 * (@victar)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wpas_submit_post-hook/#post-5249848)
 * You resolved this, but 9 months later it’s still not fixed.
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wpas_submit_post-hook/#post-5249849)
 * We had fixed the problem, but had to revert our changes as the changeset was 
   leading to issues where users couldn’t publicize posts that were done from any
   UI other than the web interface.
 * We’re still looking into this, and you can follow our progress here:
    [https://github.com/Automattic/jetpack/issues/7](https://github.com/Automattic/jetpack/issues/7)
 * I’ll also post again here as soon as I have some news.

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

The topic ‘wpas_submit_post? hook’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [publicize](https://wordpress.org/support/topic-tag/publicize/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/wpas_submit_post-hook/#post-5249849)
 * Status: resolved