Answer Posted / Vijay Gautam
To add custom PHP code in pages using Drupal, you can create a custom module and implement hook_page_build() or hook_theme() in the .module file. Then, you can return your PHP code as a renderable array.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers