[wp-meta] [Making WordPress.org] #859: Warn WordCamp organizers when their site is in Coming Soon mode
Making WordPress.org
noreply at wordpress.org
Tue Aug 1 19:55:21 UTC 2017
#859: Warn WordCamp organizers when their site is in Coming Soon mode
--------------------------------------------------+-----------------------
Reporter: iandunn | Owner: iandunn
Type: enhancement | Status: accepted
Priority: normal | Milestone:
Component: WordCamp Site & Plugins | Resolution:
Keywords: good-first-bug has-patch ui-feedback |
--------------------------------------------------+-----------------------
Comment (by grapplerulrich):
As discussed in the
[https://wordpress.slack.com/archives/C08M59V3P/p1501616281342459 meeting]
we will disable the Jetpack emails instead of disabling publishing.
Looking into the Jetpack Subscriptions documentation I see there is an
option to enable per post emailing option. I will need to test is the
sending out emails is disabled by default with this filter. After looking
at the code I think so but would like to double check in the UI. This
would allow for emails to be sent out but only if the checkbox is
disabled.
{{{#!php
add_filter( 'jetpack_allow_per_post_subscriptions', '__return_true' );
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/859#comment:14>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list