我知道这是可能的,但我就是无法让它发挥作用。我知道我被 ""`s 或 ; 或者 )
所以,这里是代码:
function my_login_head() {
echo "
<style>
body.login #login h1 a {";
<?php echo
"background: url("myfunction('image', get_template_directory_uri() ."/images/image.png");?> ") no-repeat scroll center top transparent;
height: 90px;
width: 100px;
}
</style>
"; ?>
我无法正确地标点符号。我只想执行'myfunction',并获得正确的url属性。