You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I noticed a minor bug/inconsistency: In places around the admin side, certain item information is only printed for items that support "Buy now" as determined by getpaid_item_type_supports(..., 'buy_now'). For example, printing the "Buy" action link or the shortcodes within the item info metabox on the item edit page. However, the "shortcode" admin column on the main Items page that lists items is blank for custom item types even if they have registered support for the buy_now feature using the getpaid_item_type_supports hook.
This is because of line 624 in admin/class-getpaid-post-types-admin.php:
Hi there, I noticed a minor bug/inconsistency: In places around the admin side, certain item information is only printed for items that support "Buy now" as determined by
getpaid_item_type_supports(..., 'buy_now')
. For example, printing the "Buy" action link or the shortcodes within the item info metabox on the item edit page. However, the "shortcode" admin column on the main Items page that lists items is blank for custom item types even if they have registered support for thebuy_now
feature using thegetpaid_item_type_supports
hook.This is because of line 624 in
admin/class-getpaid-post-types-admin.php
:should probably use this instead:
The text was updated successfully, but these errors were encountered: