Home › Forums › Pro Support › Remove link from all images This topic has 1 reply, 2 voices, and was last updated 1 year, 10 months ago by elvin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 22, 2021 at 11:11 pm #35702 AndersParticipant Hi there https://wpshowposts.com/support/topic/is-it-possible-to-deactivate-the-link-function/ But is there a snippets for always do this, regardless of WPSP list id’s? November 22, 2021 at 11:37 pm #35705 elvinModerator Hi there, You can remove the conditions so it applies to all WPSP list. Example: add_filter( 'wpsp_disable_image_link', function( $disable, $settings ) { $disable = true; return $disable; }, 10, 2 ); This reply was modified 1 year, 10 months ago by elvin. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In