Skip to content
Addonify

Addonify

Documentation & knowledge based site

  • Docs
    • Quick View
    • Compare Products
    • EDD 2Checkout Inline Gateway
  • Plugins
  • Themes
  • Support
  • Blog
Addonify store
  • Docs
    • Quick View
    • Compare Products
    • EDD 2Checkout Inline Gateway
  • Plugins
  • Themes
  • Support
  • Blog

Getting started

Developer [2]

  • Using Hooks
  • Override Templates
  • Home
  • Kb
  • WooCommerce Compare Products
  • Developer
  • Using Hooks

Using Hooks

  • Updated on: December 21, 2020

A hook is an easier way for developer to add custom functionality into WordPress themes and plugins.

Addonify Compare Products has multiple hooks that theme author can use to modify plugin content on the fly.

  • addonify_cp_footer_btn_label
  • addonify_cp_remove_item_btn
  • addonify_cp_footer_item_thumbnail

These hooks can be used to modify the content generated by our plugin.

Example

add_filter( 'addonify_cp_footer_btn_label', 'your_function_name' );
function your_function_name() {
// Your code
}

Didn't find what you looking for? Try sending your questions from our contact page.

Your feedback matters to us. Was this article helpful to you?

Copyright © 2021 addonify.com. All rights reserved.

Project by 💖 CreamCode.Org