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!
I cannot get this to work for some reason. No matter what I use for the WxH it defaults to the original size of the featured image.
How do I determine which thumbnail sizes are available to me?
Thanks!