Please cancel this request, I was able to find out the reason. Thanks!
Thank you! Yes, this works great to generate the tab, but the metadata is not being indexed by the search function. I tested by trying to search by the SKU term I added. (e.g. SKU12345)
How do I include the metadata in the search database so it can be indexed and used as a search term?
Thank you!
I’m trying to add a new tab in the Package Settings metabox on the edit Package screen. I’d like this to hold additional metadata (e.g. Package SKU, revision number, etc.)
Additionally, this data should be searchable. (e.g. if I add a Package SKU = PDF012345, I can search “PDF012345” and pull up the package)
LMK if you have an example I can work from or some direction on how to handle adding data, callback functions, etc.
Thanks!
This is perfect. Thank you Riddhi!
Yes, that’s correct
Thank you for providing this documentation, but these do not seem to work in a link-template which I’ve put in our themes folder.
(e.g. wp-content/{our-theme}/download-manager/link-templates/link-template-custom.php )
Are we only allowed to use the predefined shortcodes or can php functions be used?
Thank you!
Works great! Thank you so much!
Thank you!
Yes, everything that is added by the following actions from the plugin:
add_action(‘show_user_profile’, array($this, ‘shopProfile’));
add_action(‘edit_user_profile’, array($this, ‘shopProfile’));
Thank you!
We are looking to remove these meta boxes from the User Profile screen.
screenshot: https://www.screencast.com/t/tPJWWpQg2v8T
Thank you!
Generally, we don’t give access to outside agencies for a number of reasons.
I’m simply looking for a way to remove the actions from within functions.php
Something like this:
// Remove shopProfile Meta Boxes from Download Manager
$dm_user_class = new WPDM\libs\User; // Get access to the class object instance
remove_action(‘show_user_profile’, array($dm_user_class, ‘shopProfile’));
remove_action(‘edit_user_profile’, array($dm_user_class, ‘shopProfile’));
Is this possible?
Thanks!
Can this be removed via a hook so it doesn’t have to be re-done every time the plugin is updated?
Thanks!
I am having this issue as well. Please let me know what the fix is. Thanks!
Ok, plugin updated but thumbnails still not working.
Can you take a look?
Thanks!