Search results for how to schedule emails
586 articles found
-
Understanding Time zones
Setting up your desired time zone. The Groundhogg booking calendar takes into consideration two distinct time zone settings. The first one is the time your WordPress site is set to. That setting can
-
Benchmark: User Created
The Benchmark "User Created" can trigger action(s). The "User Created" Benchmark can be triggered by other plugins or by the core WordPress user creation process. *Creating a contact via a form or
-
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,
-
REST API V3 / Tags / Get
URL GET /wp-json/gh/v3/tags Method This endpoint supports the GET method. Request You can pass the search string to get SMS with that string. PARAM TYPE REQUIRED DESCRIPTION search string no String
-
Tutor LMS Integration: Introduction
Tutor LMS is a feature-rich, easy to use learning platform. With our Tutor LMS integration, you will be able to make it even MORE powerful. The Goundhogg integrations include actions for courses: Add
-
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" );
-
Replacement Code: {files}
The Files replacement code can be used to add a list of files that are added to the Contacts record {files} Example output:
-
Custom Roles and Capabilities
If you want to grant Groundhogg privileges to other user roles, or specific users you can do that using a free plugin call User Role Editor: https://wordpress.org/plugins/user-role-editor/
-
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/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/event/complete
Used to run a block of code when the event status changed to complete. do_action('groundhogg/event/complete', $this); You will receive the object of an event class 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.
-
Pipelines Reporting
When you arrive at the Pipeline Reporting page you will be presented with two line graphs of "Closed Revenue" and " Closed Deals" for the last 30 days. This graph displays what is won and lost. You
-
groundhogg/event/in_progress
Used to run a block of code when the event before event goes to in progress mode. do_action('groundhogg/event/in_progress', $this); You will receive the object of an event class as an argument.
-
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.
-
Sales Pipeline: Deals Widget
Deals A list of deals with Progress flags("in progress", "past close", "closing soon") Total ($) of deals Deal name Contact name Deal value When closing Step indicator Click deal to go to details
-
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.
-
Advanced Features: Disable Page Tracking Script
If the page tracking script is having a negative impact on your site speed you can disable it! Go to Groundhogg > Settings > Advanced Features and enable the option to disable the script.
-
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/form/shortcode/after
This function is used to add custom code after the form shortcode is processed by the Groundhogg form builder. do_action( 'groundhogg/form/shortcode/after', $this ); This hook provides the object of
-
groundhogg/form/shortcode/before
This function is used to add custom code before the form shortcode is processed by the Groundhogg form builder. do_action( 'groundhogg/form/shortcode/before', $this ); This hook provides the object
-
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
-
Easy Digital Downloads Integration: Compliance
Compliance To provide a marketing consent checkbox on the checkout page, visit Groundhogg's Settings > Compliance tab. Check the Enable GDPR features Scroll down to the bottom of this page and enter
-
groundhogg/steps/{type}/run/before
This Groundhogg hook used to run custom code before the action. It requires a type of action for hooking into the process. do_action( "groundhogg/steps/{type}/run/before", $this ); This hook provides
-
groundhogg/steps/{type}/run/after
This Groundhogg hook used to run custom code after the action. It requires a type of action for hooking into the process. do_action( "groundhogg/steps/{type}/run/after", $this ); This hook provides
-
groundhogg/admin/{slug}/display/{method}
This hook is useful for creating the custom method to execute on a specific tabbed page. This hook accepts the slug of the page and method name to execute. do_action(
-
Remove "powered by Groundhogg"
To remove add the code provided below to your theme's functions.php file or a snippets plugin. //Remove "powered by groundhogg" and link add_filter( 'groundhogg/proof/show_proof/credit_link_atts',
-
groundhogg/steps/{type}/settings/before
This Groundhogg hook used to add a custom setting before specific step settings inside the funnel builder. Here, type can be a benchmark or action. do_action(
-
groundhogg/steps/{type}/settings/after
This Groundhogg hook used to add a custom setting after specific step settings inside the funnel builder. Here, type can be a benchmark or action. do_action( "groundhogg/steps/{type}/settings/after",
-
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(
-
[gh_is_contact] Shortcode
You can use this shortcode to conditionally display content that is dependent on if the current site visitor is a contact. [gh_is_contact] Show this content if the visitor is a
-
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
-
groundhogg/form/fields/init
This action hook is used to add form controls via hook. This hook is executed when all the controls of the form loaded. do_action( 'groundhogg/form/fields/init', $this ); This hook returns the object
-
groundhogg/steps/settings/before
This Groundhogg hook used to add a custom setting before each and every step inside the funnel builder. Here, steps can be a benchmark or action. do_action( "groundhogg/steps/settings/before", $this
-
groundhogg/steps/settings/after
This Groundhogg hook used to add a custom setting after each and every step inside the funnel builder. Here, steps can be a benchmark or action. do_action( "groundhogg/steps/settings/after", $this );
-
groundhogg/steps/{type}/reporting/before
This Groundhogg hook used to add a custom data in the reporting view of the step before the inbuilt reporting view. Here, type can be a benchmark or action. do_action(
-
groundhogg/steps/reporting/after
This Groundhogg hook used to add a custom code after each and every step inside the funnel builder's reporting view. Here, steps can be a benchmark or action. do_action(
-
groundhogg/steps/reporting/before
This Groundhogg hook used to add a custom code before each and every step inside the funnel builder's reporting view. Here, steps can be a benchmark or action. do_action(
-
groundhogg/steps/{type}/reporting/after
This Groundhogg hook used to add a custom data in the reporting view of the step after the inbuilt reporting view. Here, type can be a benchmark or action. do_action(
-
groundhogg/admin/{slug}/{current_tab}
This hook is used to add custom code in the tab layout page. This hook accepts the current tab value in tab thus users will be able to display custom code for a specific tab on the page. do_action(
-
groundhogg/contact/note/added
This Groundhogg hook executes when any note is added to the contact. do_action( 'groundhogg/contact/note/added', $this->ID, $note, $this ); This hook comes with three arguments which is: contact_id:
-
Sales Pipeline: Stage
Stages Add a Stage Edit a Stage Delete a Stage Add a stage Within any pipeline you can add more stages at any time. Go in the pipeline, then near the top click the plus icon to add a new stage. Give
-
WooCommerce: Custom code
Provided below is a code that can be added to accomplish different solutions for WooCommerce. Remove the WooCommerce meta box from the Contact based on the role. Remove the WooCommerce meta box Add
-
Preferences Page: Consent & Compliance
If you enable GDPR this card will be presented. Here the Contact can: Update Consent - Select if they agree to "storage and processing of my personal data" and "marketing offers and updates" Download
-
Can I have Groundhogg on a subdomain?
Yes, you can have Groundhogg on your subdomains. If your subdomains are separate installs of the WordPress application, it is important to know that many of the integrations with other plugins may
-
MemberPress: Snippets
Set opt-in status and consent when a member in MemberPress becomes active. Set Contact opt-in status and consent <?php add_action( 'mepr-account-is-active', 'set_contact_optin_status_and_consent', 11
-
Trigger when Tags are changed, any tags, not one specific tag
Scenario: Create a benchmark that triggers a funnel when tags are changed, any tags, not one specific tag. Using the Plugin API Benchmark. You will need to add this snippet of code to either your
-
Custom Step Titles
Do you feel the necessity to alter the titles* of the steps? *The Step titles that Groundhogg generates are pretty impressive Groundhogg generated User generated You can enable the ability to
-
REST API V4 / Contacts
The contacts API allows you to fetch, add, edit, and delete contacts. Contact Properties Attribute Type Description ID integer The system ID of the contact data object The core properties of the