Home › Forums › Support › Custom hook forward slash This topic has 1 reply, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 14, 2023 at 3:13 am #2567013 Jason I am trying to implement a block element at a custom hook “tutor_course/single/enrolled/after/sidebar“ for tutorlms plugin, however each time a I save it the forward slash is removed and it doesn’t work. What am I missing to resolve this? Thanks March 14, 2023 at 6:38 am #2567196 DavidStaff Customer Support Hi there, i believe that is baked in sanitization on that field. Ill raise an issue to see if we can modify that. you could do use a PHP Snippet to hook in your own custom hook eg. add_action('tutor_course/single/enrolled/after/sidebar',function(){ do_action('your_custom_hook'); },10); So thats your own hook inside their hook. 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