如何在Wordpress中向锚元素添加属性?

时间:2019-02-18 01:12:01

标签: wordpress

如何使用functions.php将属性添加到Wordpress中的锚元素?

<div id="table_1_wrapper" class="wpDataTables wpDataTablesWrapper">
    <div class="dt-buttons">
        <a class="dt-button new_table_entry DTTT_button DTTT_button_new" tabindex="0" aria-controls="table_1" href="#"><span>New entry</span></a>
    </div>
</div>

我的页面上有此代码,这是由插件生成的,我想在此特定行上添加Onclick事件属性,而无需编辑插件文件:

<a class="dt-button new_table_entry DTTT_button DTTT_button_new" tabindex="0" aria-controls="table_1" href="#"><span>New entry</span></a>

我希望有人能帮助我。谢谢!

0 个答案:

没有答案