' . __( 'Minimalio Dashboard', 'minimalio' ) . ''; $pos = strpos( $buffer, $search ); if ( $pos !== false ) { $art_portfolio_section = '

' . __( 'Welcome to Art Portfolio!', 'art-portfolio' ) . '

' . __( 'Child theme of Minimalio', 'art-portfolio' ) . '

' . __( 'Art Portfolio extends Minimalio with additional Theme Settings.', 'art-portfolio' ) . '

' . __( 'Please, check out this tutorial for using this child theme.', 'art-portfolio' ) . '

' . __( 'Art Portfolio Tutorial', 'art-portfolio' ) . ' ' . __( 'View Demo Site', 'art-portfolio' ) . '
' . esc_attr__( 'Art Portfolio Theme Screenshot', 'art-portfolio' ) . '
'; // Insert after the h1 title $insert_pos = $pos + strlen( $search ); $buffer = substr_replace( $buffer, $art_portfolio_section, $insert_pos, 0 ); } return $buffer; }