how to hide exposed filter programmatically label and fields in drupal 7 LAKHAN GEHARWAR April 30, 2020 /** * Implements hook_form_alter(). */ function module_name_form_alter(&$form, &$form_state, $form_id) { if ( $form_id =... Continue Reading
Alter menu title hook_alter in drupal 7 LAKHAN GEHARWAR April 23, 2020 1. Alter menu title or add menu item programmatically? function YOURTHEMENAME_translated_menu_link_alter(&$item, $map) { glo... Continue Reading