Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 我使用按钮保存数据,但如何使用<;a href="&引用&燃气轮机;在wordpress中_Php_Wordpress - Fatal编程技术网

Php 我使用按钮保存数据,但如何使用<;a href="&引用&燃气轮机;在wordpress中

Php 我使用按钮保存数据,但如何使用<;a href="&引用&燃气轮机;在wordpress中,php,wordpress,Php,Wordpress,这是我成功保存数据的按钮的代码 <input class="es_textbox_button" name="es_txt_button_pg" id="es_txt_button_pg" onClick="return es_submit_pages('.$url.')" value="'.__('Subscribe', 'email-subscribers').'" type="button"> 我想在文本字段中使用邮件图标添加电子邮件如何在文本字段中提供链接..plzz

这是我成功保存数据的按钮的代码

<input class="es_textbox_button" name="es_txt_button_pg" id="es_txt_button_pg" onClick="return es_submit_pages('.$url.')" value="'.__('Subscribe', 'email-subscribers').'" type="button">

我想在文本字段中使用邮件图标添加电子邮件如何在文本字段中提供链接..plzz提供任何解决方案…

尝试此代码

<input type="image" 
       class="es_textbox_button" 
       name="es_txt_button_pg" 
       id="es_txt_button_pg" 
       value="'.__('Subscribe', 'email-subscribers').'"
       onClick="return es_submit_pages('.$url.')" 
       src="images/image.png" />

像此标签一样使用……访问此