functions php not working wordpress

Solutions on MaxInterview for functions php not working wordpress by the best coders in the world

showing results for - "functions php not working wordpress"
Hallie
24 Oct 2016
1I ran into a similar problem. After sometime I realized I forgot to add the wp_head() hook before the end of the head tag.
Leah
15 Jul 2018
1function __( $text, $domain = 'default' ) {
2    return translate( $text, $domain );
3}
4