wp widget add custom_html removes tag
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I want to execute wp-cli command but it removes <script>
tag
sudo runuser -l userName -c 'wp widget add custom_html footer-1 1 --title="" --content="<script>alert(123);</script>" --path="/var/www/userName/data/www/mysite.abc"'
CentOS 7
After executing in created widget I get only alert(123);
I tried to put it in single quotes, add backslashes and even urlencode() but not successful.
untagged
migrated from wordpress.stackexchange.com yesterday
This question came from our site for WordPress developers and administrators.
add a comment |Â
up vote
0
down vote
favorite
I want to execute wp-cli command but it removes <script>
tag
sudo runuser -l userName -c 'wp widget add custom_html footer-1 1 --title="" --content="<script>alert(123);</script>" --path="/var/www/userName/data/www/mysite.abc"'
CentOS 7
After executing in created widget I get only alert(123);
I tried to put it in single quotes, add backslashes and even urlencode() but not successful.
untagged
migrated from wordpress.stackexchange.com yesterday
This question came from our site for WordPress developers and administrators.
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to execute wp-cli command but it removes <script>
tag
sudo runuser -l userName -c 'wp widget add custom_html footer-1 1 --title="" --content="<script>alert(123);</script>" --path="/var/www/userName/data/www/mysite.abc"'
CentOS 7
After executing in created widget I get only alert(123);
I tried to put it in single quotes, add backslashes and even urlencode() but not successful.
untagged
I want to execute wp-cli command but it removes <script>
tag
sudo runuser -l userName -c 'wp widget add custom_html footer-1 1 --title="" --content="<script>alert(123);</script>" --path="/var/www/userName/data/www/mysite.abc"'
CentOS 7
After executing in created widget I get only alert(123);
I tried to put it in single quotes, add backslashes and even urlencode() but not successful.
untagged
untagged
asked Sep 24 at 11:17
Vit
11
11
migrated from wordpress.stackexchange.com yesterday
This question came from our site for WordPress developers and administrators.
migrated from wordpress.stackexchange.com yesterday
This question came from our site for WordPress developers and administrators.
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f473773%2fwp-widget-add-custom-html-removes-tag%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password