edd_hijack_edd_download_price_table_head( $arg1, $arg2, $arg3 )
Internal use only: This is to help with https://github.com/easydigitaldownloads/easy-digital-downloads/issues/2704
Description Description
This function takes any hooked functions for edd_download_price_table_head and re-registers them into the edd_download_price_table_row action. It will also de-register any original table_row data, so that labels appear before their setting, then re-registers the table_row.
Parameters Parameters
- $arg1
-
(Required)
- $arg2
-
(Required)
- $arg3
-
(Required)
Return Return
(void)
Source Source
File: includes/admin/downloads/metabox.php
Changelog Changelog
Version | Description |
---|---|
2.8 | Introduced. |