Skip to content

Conversation

@Simounet
Copy link

Hi there,
I updated this extension to work with the 0.4 version of WebSub. Thanks to #2 .
Let me know if I can do something more.
Have a nice day.

@da2x
Copy link

da2x commented Sep 19, 2018

You can also remove the following lines:

if ( !empty( $_POST['hub_verify_token'] ) ) {
do_action( 'pushpress_include_verify_token' );
$hub_vars .= '&hub.verify_token=';
$hub_vars .= urlencode( $_POST['hub_verify_token'] );
}

@Simounet
Copy link
Author

Thanks to point that missing part. I fixed it. Hope someone will check my PR. :p

Base automatically changed from master to trunk March 3, 2021 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants