| @@ -24,12 +24,10 @@ | ||
| 24 | 24 | * Header Template Actions For Templately |
| 25 | 25 | */ |
| 26 | 26 | do_action( 'templately_builder_header_before' ); |
| 27 | 27 | do_action( 'templately_builder_header' ); |
| 28 | +do_action( 'templately_builder_header_after' ); | |
| 28 | 29 | |
| 29 | 30 | /** |
| 30 | 31 | * Print Headers if needed. |
| 31 | 32 | */ |
| 32 | 33 | templately()->theme_builder::$location_manager->do_location( 'header' ); |
| 33 | - | |
| 34 | - | |
| 35 | -do_action( 'templately_builder_header_after' ); | |