mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-04 20:19:53 +08:00
replace str
This commit is contained in:
parent
e3c9236e0f
commit
5916532134
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ frameborder="0" height="850" width="800px;" scrolling="No" leftmargin="0" topmar
|
|||
</iframe>
|
||||
EOT;
|
||||
$plugin_root_url = plugin_url();
|
||||
str_replace('/wp-content/plugins', $plugin_root_url, $iframe_str);
|
||||
$iframe_str = str_replace('/wp-content/plugins', $plugin_root_url, $iframe_str);
|
||||
echo $iframe_str;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue