an
groups-icon

_auction folder in child theme

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    John Doe
    0 points
    Beginner

    Hello,

    I use the AT9 auction theme, I want to modify one function in function.php of _auction folder in my child theme.

    I add this in the function.php of mychildtheme:

    <?php
    function child_remove_parent_function() {
    remove_action( ‘init’, ‘_hook_customfields’ );
    }
    add_action( ‘wp_loaded’, ‘_hook_customfields_child’ );
    ?>

    But this doesn’t work

    How I can to this?

    thx

    June 15, 2019 at 6:58 pm
  • John Doe
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    June 16, 2019 at 11:53 am

439

Views

1

Replies