Optin Optin
Use code:
0 Day
00 Hour
00 Min
00 Sec
Grab It Before It’s Gone

Documentation

s2_post_statuses

this hook allows the registration of custom post statuses in Subscribe2 so that notifications can be sent for transitions from these statuses to published content. For example, this is useful when using the Edit Flow plugin which creates some custom statuses

function my_post_statuses($statuses) {
    $statuses[] = 'assigned';
    $statuses[] = 'in-progress';
    return $statuses;
}
add_filter('s2_post_statuses', 'my_post_statuses');

How can we help?

Contact Us

Reach out to us for any inquiry

You must enter full name
You must enter email
You must enter message

We got your message

We will reply to you very soon :)