We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current two steps
{ "step": "mkdir", "path": "wordpress/wp-content/mu-plugins" }, { "step": "writeFile", "path": "wordpress/wp-content/mu-plugins/addFilter-0.php", "data": "<?php add_action( 'requests-requests.before_request', function( &$url ) {\n$url = 'https://playground.wordpress.net/cors-proxy.php?' . $url;\n} );" },
Become one step
{ "step": "installPlugin", "pluginData": { "resource": "literal:directory", "name": "addFilter", "files": { "addFilter-0.php": "<?php add_action( 'requests-requests.before_request', function( &$url ) {\n$url = 'https://playground.wordpress.net/cors-proxy.php?' . $url;\n} );" } } }
Also, while working on it let's use the plugins shorthand for the plugins installation of the activityPub and 'friends':
activityPub
"plugins": ["activitypub", "friends"]
The text was updated successfully, but these errors were encountered:
49a75b7
bph
Successfully merging a pull request may close this issue.
current two steps
Become one step
Also, while working on it let's use the plugins shorthand for the plugins installation of the
activityPub
and 'friends':"plugins": ["activitypub", "friends"]
The text was updated successfully, but these errors were encountered: