Search results for how to setup the system scheduler

514 articles found

  • 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/{slug}/display/{current_action}

    This is used to add custom actions inside groundhogg admin area. This hook accepts the slug of the page and current action for which users are writing handlers.

  • 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' );

  • 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/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/event/cancelled

    Used to run a block of code when the event is cancelled. do_action('groundhogg/event/cancelled', $this); You will receive the object of an event class as an argument.

  • groundhogg/event/pause

    Used to run a block of code when event status changed to pause. do_action('groundhogg/event/pause', $this); You will receive the object of an event class as an argument.

  • 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/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.

  • [gh_is_not_contact] Shortcode

    You can use this shortcode to conditionally display content if the current visitor is not a contact. [gh_is_not_contact] Show this content if the visitor is not a contact.[/gh_is_not_contact]

  • WooCommerce Integration: Introduction

    WooCommerce is one of many eCommerce solutions that are available for WordPress. Groundhogg has an integration with WooCommerce. The WooCommerce integration is available as part of our Pro plan, or

  • REST API V3 / Contact / Delete

    URL DELETE /wp-json/gh/v3/contacts Method This endpoint supports the DELETE method. Request To delete a contact record you must pass these arguments. PARAM TYPE REQUIRED EXAMPLE id_or_email string |

  • groundhogg/event/skipped

    Used to run a block of code when the event marked as a skipped event. do_action('groundhogg/event/skipped', $this); You will receive the object of an event class as an argument.

  • Email Reporting

    When you arrive at the Email Reporting page you will be presented with a line graph of "Email Activity" for the last 30 days. This graph displays Emails sent, Emails Opened, and Emails Clicked. You

  • Why Is My Login Information Not Working?

    The Groundhogg Academy Site is actually a different site than Groundhogg.io. You may need to create a new account so that you can participate in courses, it is free to create an account.

  • REST API V3 / Tags / Create

    URL POST /wp-json/gh/v3/tags Method This endpoint supports the POST method. Request You can create single or multiple tags using this endpoint. PARAM TYPE REQUIRED DESCRIPTION tags array yes Tag

  • [gh_contact] Shortcode

    This shortcode allows you to merge contact data into your content. This code works on a per-field basis, and you can also pass a default parameter in the event that the field doesn’t exist.

  • No dates are showing in my groundhogg contacts and events

    Are you missing dates in your contacts and events tables? Here is a quick troubleshooting tip! Log into your WordPress site Click on the Settings link Make sure you have the default settings for

  • LifterLMS Integration: Replacement codes

    LifterLMS Extension has two 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.

  • GiveWP Integration: Introduction

    GiveWP is one of the most popular donation plugins for WordPress, with over 100,000 active users. GiveWP offers a wide range of features, including Multiple payment gateways, Recurring donations,

  • Easy Digital Downloads Integration: Introduction

    Easy Digital Downloads (EDD) is a Top Tier eCommerce solution for companies exclusively selling digital products (Audio Files, PDFs, WordPress Plugins, Apps) and Groundhogg provides direct

  • 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' );

  • 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.

  • Refresh Opt-in Status Tags

    Under Tools > Misc is a utility to Refresh Opt-in Status Tags. Click the [ Process ] button. What are opt-in status tags?

  • groundhogg/event/failed

    Used to run a block of code when groundhogg event failed. do_action('groundhogg/event/failed', $this); You will receive the object of an event class as an argument.

  • groundhogg/event_queue/process/after

    Used to run a block of code before any event completed. do_action('groundhogg/event/run/before', $this); You will receive the object of an event class as an argument.

  • groundhogg/event/run/after

    Used to run a block of code after any event completed. do_action('groundhogg/event/run/after', $this); You will receive the object of an event class as an argument.

  • Install Help

    Under Tools > Misc > Install help is a utility to reinstall Groundhogg or its installed extensions In the event there were installation issues. It does not affect your data.

  • [gh_replacements] Shortcode

    You can use this shortcode to merge replacement codes into your content. [gh_replacements]Hi {first}[/gh_replacements] If you are feeling a bit lazy, you can use the shorthand version as well.

  • 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

  • Adding custom contact table columns

    This code is used to add the custom column inside Groundhogg's contact table. <?php add_action( 'groundhogg_contact_columns', 'add_my_custom_column' ); function add_my_custom_column( $cols ){ $cols[

  • What is a suppression list?

    A suppression list is a collection of email addresses or domains that are excluded from your email marketing campaigns or communications. They can also be labeled as "inactive". Different SMTP

  • 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.

  • Email Blocks: Image

    Image Block Tab Image Text(Enter the text for the button, Replacement code) Image SRC(Select an image from the Media library or upload an image) Width(based on pixels) Alt Text Alignment Link Border

  • groundhogg/contact/tag_removed

    This hook executes when the tag is removed from the contact. do_action( 'groundhogg/contact/tag_removed', $this, $tag_id ); This operation provides two arguments which are: the object of contact and

  • 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

  • groundhogg/broadcast/{broadcast_type}/before

    Execute a block of code before sending a specific type of broadcast. do_action( "groundhogg/broadcast/{broadcast_type}/before", $this, $contact, $event ); Here, broadcast_type will be replaced with

  • groundhogg/broadcast/{broadcast_type}/after

    Execute a block of code after sending a specific type of broadcast. do_action( "groundhogg/broadcast/{broadcast_type}/after", $this, $contact, $event ); Here, broadcast_type will be replaced with the

  • 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.

  • 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.

  • Email Blocks: Columns

    Columns Block Tab Layout The Columns block comes with 9-column layouts(Default: 2-column layout The gap between the columns can be set based on pixels(Default:10px) You can also set the verticle

  • 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/safe_mode_disabled

    This action hooks run when the safe mode is disabled from the tools section of groundhogg. Disabling Groundhogg safe mode restore the website as it is. do_action( 'groundhogg/safe_mode_enabled' );

  • groundhogg/safe_mode_enabled

    This action hooks run when the safe mode is enabled from the tools section of groundhogg. Groundhogg's safe mode disable all the other plugin on your site except Groundhogg once. do_action(

  • 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

  • Companies: Create company records with a form submission

    Company records can be created whenever a contact record has its Company Name field updated under the Work Details section. You can collect this information in a Groundhogg form using the following

  • groundhogg/updater/{updater_name}/finished

    This action hook is used to run a block of code when Groundhogg is updated to a new version. do_action( "groundhogg/updater/{$this->get_updater_name()}/finished" );