Where to save a change in a function?
-
Hey folks,
I changed the following fuction in the pricing-table.php:
“if ( ! empty( $feature[‘accent’] ) ) {
$output .= ‘<span class=”obfx-pricing-table-accented”>’ . esc_html(
$feature[‘accent’] ) . ‘</span>’;
$output .= ‘ ‘;
}”Where can I save the change in my child theme?
Thx in advance
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Where to save a change in a function?’ is closed to new replies.