【问题标题】:Can't get the code to change a shortcode based form in wordpress?无法获取代码来更改 wordpress 中基于简码的表单?
【发布时间】:2017-03-02 20:03:58
【问题描述】:

我正在尝试对站点注册表单进行更改,但因为我似乎检查了整个主题文件并准确搜索了短代码标题,但根本没有找到任何东西......!

这是页面的代码:

<h1 style="text-align: center;">Create a FREE account &amp; save your Event date.</h1>
Whether you are Planning a Wedding, or any special event, you can save your search details here. Save pages and items of interest, communicate with vendors, save wish lists, and compare all of your options right here.

[row]
[column md="7"]
[couple-register-block title="Client Registration"]
[/column]
[column md="5"]
[iconbox icon="http://thegenius.co/wedding/demo/wp-content/uploads/2016/06/envelop.png" layout="icon-box-main" title="Wedding Checklist" button_text="Help Center" button_url="#"]Nam poenatis condimentum. Fusce risus odiamrper at, lacinia vel leo.[/iconbox]
[iconbox icon="http://thegenius.co/wedding/demo/wp-content/uploads/2016/06/pricing.png" layout="icon-box-main" title="Useful Tools" button_text="View Now" button_url="#"]Venenatis conntum. Fusce risus odio, egestas sit amet ullamcornia vel leo.[/iconbox]
[/column]
[/row]

我想获取表单字段并更改表单中的一些字段...表单简码在上面的页面中如下所示:

[couple-register-block title="Client Registration"]

我只是想知道我在哪里可以在主题文件中准确获取此短代码的表单代码因为我搜索了主题的整个 PHP 文件,但没有找到任何痕迹..!

这是页面的实时链接:http://texaseventexperts.com/couple-login/couple-register/

我想要做的是将婚礼日期字段更改为活动日期,但我似乎找不到更改它的代码,而且页面没有使用任何自定义模板,只是默认模板..!

【问题讨论】:

  • 该短代码是否来自插件(婚礼代码)?如果是这样,请查看相应的插件文件夹
  • @bamabacho : 是的......正是它来自那个插件......我能知道你是怎么知道的吗?如果您将其发布为答案,我也会接受它作为答案..!

标签: php jquery wordpress forms


【解决方案1】:

该短代码是由婚礼插件生成的。如果您导航到 plugins 文件夹,您会找到它,然后浏览以找到可能进行必要黑客攻击的地方。我使用控制台(开发人员工具或萤火虫,取决于您的浏览器)来检查表单元素并查看“源”以查看被调用以生成页面的站点结构是什么。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2023-03-05
    • 2015-01-18
    • 2012-11-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多