Home › Forums › Legacy Support › Support queries › Other issues › Hook into custom learning path page Tagged: custom learning path, Hook This topic has 1 reply, 2 voices, and was last updated 6 years, 2 months ago by Anshuman Sahu. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 25, 2018 at 8:38 am #177606 dantwahSpectator Hi! I would like to know if there are any hooks on the custom learning path page (single) i would like to add some stuff and scripts. Preferably a hook that loads before the page content (only on the learning path page) kind regards September 26, 2018 at 1:59 pm #177810 Anshuman SahuKeymaster its simple , simply follow this code : add_action('wp_head',function (){ if(is_singular('learningpath')){ //enqueu your scripts here } }); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Hook into custom learning path page’ is closed to new replies.