Hi,
There have customized things based on theme. As per I know, you are using our premium theme.
If you want to remove it global then we have option in Classified Listing -> Settings -> General https://prnt.sc/wNWeylpXFVxQ
Thank you
Thread Starter
Houdini
(@romariokg)
Hi! I know that the “Mark as sold” feature can be completely disabled in the settings! But you misunderstood me. I need to leave the feature active and hide the button in Actions, because I moved it to a more accessible place!
https://prnt.sc/LAXbDGMM0-oO
Hi,
Add following code in child theme functions.php file to remove it from action list –
remove_action( 'rtcl_my_listing_actions', [\RtclPro\Controllers\Hooks\TemplateHooks::class, 'my_listing_mark_as_sold_button' ], 40 );
Thank you