Search results for how to leave a review

511 articles found

  • Does Groundhogg offer an Lifetime Deal?

    Groundhogg does not have an lifetime deal license. Right now we offer yearly pricing with a 14-day money back guarantee.

  • [gh_does_not_have_tags] Shortcode

    This shortcode can be used to display content if the contact does not have all the tags provided. [gh_does_not_have_tags tags="1,2,3"] Show this content if the visitor does not have the given

  • Enable Extension Beta Version Updates

    Want to help the Groundhogg team test new premium extension developments? You can now enable beta version updates in the latest version of Groundhogg to receive access to experimental features before

  • groundhogg/admin/tags/edit

    This hook is executed when the admin updates the tag from the edit screen of the tag page. do_action( 'groundhogg/admin/tags/edit', $id ); This hook provides a tag id as an argument.

  • Easy Digital Downloads Integration: Contact Metadata

    Additional information about a Contact's purchases can be found in the metadata box in the right column of each Contact. Total Customer Value Successful Orders Order ID Order Status Order date Order

  • WooCommerce: Contact Metadata

    Additional information about a Contact's purchases can be found in the metadata box in the right column of each Contact. Total Customer Value Successful Orders Order ID Order Status Order date Order

  • AffiliateWP Integration: Introduction

    AffiliateWP is an reliable WordPress plugin that gives you the affiliate marketing tools you need to grow your business and make more money. Using Groundhogg you can run automation for the affiliate

  • Custom Fields: Filters

    Groundhogg generates filters based on the custom fields you have created: Depending on the type of field, different filter choices will be available. *You can use these filters together in

  • Database Issues

    If you are experiencing database issues then it's most likely a result of the databases not being installed properly during activation. You can manually re-install them from the tools section if this

  • groundhogg/step/email/confirmed

    This action is very useful in some cases for the Groundhogg developer. This action runs when the user confirms the email address by clicking on the confirmation link.

  • groundhogg/steps/init

    This Groundhogg WordPress hook is used to add custom actions when the steps are loaded. You can use this action to add custom steps. do_action( 'groundhogg/steps/init', $this ); This action provides

  • groundhogg/form/submission_handler/after

    This Groundhogg hook executes after the submission handler successfully handled the submission request. do_action( 'groundhogg/form/submission_handler/after', $submission, $contact, $this ); This

  • Add an external cron-job: cron-job.org

    Using an external cron-job service like cron-job.org is the easiest solution to creating cron-jobs quickly. Are you hosted on SiteGround? cron-job.org no longer works for SiteGround, please use the

  • groundhogg/form/embed/before

    This function is used to add custom code before the embedded code. Embedded code is the HTML code which users can copy and paste from other sites to Groundhogg's form builder. do_action(

  • Email Blocks: Footer

    Footer Block Tab Footer Alignment(Left, Center, Right) Font Style Font(The globe gives you access to the global type settings, and the pencil edits specific Font Family, Font Size, Line Height, Font

  • Companies: Replacement codes

    The Companies Extension has six replacement codes. You can see a full list of replacement codes by clicking the "Insert Replacements" button that can be found in the e-mail editor and funnel editor.

  • Constants

    In Groundhogg, constants are predefined variables that store specific values or settings and remain unchanged throughout the execution of the application. They are used to define configurations,

  • groundhogg/replacements/init

    Used to add custom replacement code inside Groundhogg. do_action( 'groundhogg/replacements/init', $this ); This hook provides the object of the replacement class as an argument to work with.

  • groundhogg/admin/tags/edit/form

    This hook is used to add custom code in the tag's edit page. do_action( 'groundhogg/admin/tags/edit/form', $id ); This hook provides tag ID as an argument to work with.

  • groundhogg/admin/{slug}/before

    This hook used to add content to display on the admin page of the specific page at the top of the page. This hook accepts the slug of the page for unique identification.

  • groundhogg/admin/{slug}/after

    This hook used to add content to display on the admin page of the specific page at the end of the page. This hook accepts the slug of the page for unique identification.

  • Funnel: Enable legacy steps

    To enable legacy steps in the funnel builder, go to Groundhogg > Settings > Misc > Interface and toggle the Enable Lefacy Funnel Steps option. The following steps are considered legacy: Email Opened

  • groundhogg/admin/emails/process_add/{tab}

    This hook is used to handle the process custom tag process. This hook provides the functionality to manage the response. do_action( "groundhogg/admin/emails/process_add/{$tab}", $this ); This hook

  • groundhogg/event_queue/process/before

    This action hook is used to run custom code before the event is processed by the event queue of Groundhogg. do_action( 'groundhogg/event_queue/process/before', $event_ids ); Using this hook developer

  • [gh_email] Shortcode

    You can use this shortcode to embed email content into posts either as iFrame or HTML. Go to any saved email and click the verticle ellipse menu in the top right. Click this Embed option. You can

  • groundhogg/form/embed/after

    This function is used to add custom code after the embedded code. Embedded code is the HTML code which users can copy and paste on other sites form groundhogg form builder. do_action(

  • HelpScout Integration: Find your Mailbox ID

    To filter events for the HelpScout benchmark you can specify one or more Mailbox IDs. To find the Mailbox ID of your HelpScout mailbox you must open the mailbox in question in HelpScout and then open

  • GiveWP Integration: Replacement Codes

    GiveWP Extension has six replacement codes. You can see a full list of replacement codes by clicking the "Insert Replacements" button that can be found in the e-mail editor and funnel editor.

  • Easy Digital Downloads Integration: Reporting

    Reporting Groundhogg added an attractive reporting dashboard in version 2.2 and Groundhogg's EDD plugin makes use of it. On the Reports dashboard page you will be able to see the EDD tab which

  • SMTP: Why you shouldn't send email with G-Suite/Gmail!

    Sending email with GSuite is NOT RECOMMENDED, Gsuite is an excellent mailbox tool, but it is NOT an SMTP service (even though it has one). Problems with GSuite: Poor deliverability, your emails will

  • Custom Step Titles

    Do you feel the necessity to alter the titles* of the steps? *The Step titles that Groundhogg generates are pretty impressive You can enable the ability to customize the titles for Benchmarks and

  • groundhogg/scripts/after_register_frontend_styles

    This hook is used to add custom front end stylesheet into Groundhogg. do_action('groundhogg/scripts/after_register_frontend_styles');

  • groundhogg/scripts/after_register_frontend_scripts

    This hook is useful to add front end script in Groundhogg. do_action('groundhogg/scripts/after_register_frontend_scripts', $this->is_script_debug_enabled(), $dot_min );

  • Sales Pipeline: Reporting

    To view reporting, click the 3 dots in the top right of any pipeline. Select Reporting

  • Replacement Codes Without Arguments

    This is the majority of codes, simply copy and paste and you’re off to the races.

  • groundhogg/admin/contacts/add/form/after

    This hook is used to add extra code after the add contact from. do_action( 'groundhogg/admin/contacts/add/form/after' );

  • groundhogg/import/form/after

    This hook is used to add code after the import section on the tools page. do_action('groundhogg/import/form/after' );

  • groundhogg/import/form/before

    This hook is used to add code before the import section on the tools page. do_action('groundhogg/import/form/after' );

  • groundhogg/steps/benchmarks/form/extra_settings

    This action hook is used to add custom settings at the end of the form. do_action( 'groundhogg/steps/benchmarks/form/extra_settings' );

  • GiveWP Integration: Reporting

    GiveWP Reporting If you are looking to create reports for your donation forms created in GiveWP, follow the Custom Reports help document.

  • groundhogg/admin/contacts/add/form/name

    This hook is used to add custom code after the name section of contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/name' );

  • groundhogg/admin/contacts/add/form/tags

    This hook is used to add custom code after the segmentation section of the contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/tags' );

  • groundhogg/admin/contacts/add/form/contact_info

    This hook is used to add custom code after the contact info section of contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/contact_info' );

  • groundhogg/admin/contacts/add/form/notes

    This hook is used to add custom code in the Notes section of the contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/notes' );

  • groundhogg/admin/tags/add/form

    This hook is used to add custom code in the form of adding tags before the submit button on the tag page. do_action( 'groundhogg/admin/tags/add/form' );

  • groundhogg/bulk_jobs/init

    This action is used to add bulk jobs inside Groundhogg. do_action( 'groundhogg/bulk_jobs/init', $this ); You will get the object of the bulk job manager as an argument.

  • groundhogg/contact/preferences/unsubscribed

    This hook executes when the contact changes its preference to unsubscribed. do_action( 'groundhogg/contact/preferences/unsubscribed', $this->ID, $preference, $old_preference ); This hook comes with

  • groundhogg/event/post_setup

    Used to do any actions after the event setup is completed. do_action( 'groundhogg/event/post_setup', $this ); it returns the object of an event as an argument. Ideal for storing custom information

  • groundhogg/event/run/before

    This action hook is used to run custom code after the event is processed by the event queue of Groundhogg. do_action( 'groundhogg/event_queue/process/after', $this ); Using this hook developer can

  • groundhogg/submission_handler/setup

    This hook executed when the Groundhogg form is submitted. This hook is useful to perform operations on the data. do_action( 'groundhogg/submission_handler/setup', $this ); This hook provides the