• Resolved joeykenoy

    (@joeykenoy)


    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

    • This topic was modified 8 years, 2 months ago by joeykenoy.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Uriahs Victor

    (@uriahs-victor)

    Hello, you’d have to do it in the plugin but the change would get overridden everytime the plugin is updated

    Thread Starter joeykenoy

    (@joeykenoy)

    Oh ok. It’s not a big change so I can do it after every update.

    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Where to save a change in a function?’ is closed to new replies.