Results 1 to 4 of 4

Thread: Replace Hirebee theme function

  1. #1
    Thread Starter
    Expired Customer morinae's Avatar
    Join Date
    Feb 2015
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Replace Hirebee theme function

    Hello,

    I need to modify the function hrb_get_freelancers. As shown in https://docs.appthemes.com/developer...-child-themes/ I use add_action and remove_action. However the parent function is called despite remove_action... Is there other possibility to change Hirebee users.php file?

    Hier is my code:
    PHP Code:
    add_action'init' 'wellfitgo_add_and_remove');
    function 
    wellfitgo_add_and_remove() {
        
        
    $priority has_action('template_redirect''hrb_get_freelancers');
        
    remove_action'template_redirect''hrb_get_freelancers'$priority );
        
    add_action'template_redirect''wellfitgo_get_freelancers'$priority );

    Thanks in advance

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Expired Customer morinae's Avatar
    Join Date
    Feb 2015
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: February 6th, 2015, 03:52 AM
  2. Replies: 2
    Last Post: November 26th, 2014, 03:43 PM
  3. Classipress new theme 3.3 how can replace with old
    By mkjska in forum ClassiPress General Discussion
    Replies: 6
    Last Post: May 2nd, 2013, 07:00 PM
  4. How to replace includes directory files in a child theme
    By drabello in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: July 10th, 2011, 06:01 AM