Automator()
Return #Return
(Uncanny_AutomatorAutomator_Functions)
Source #Source
File: uncanny-automator.php
function Automator(): Automator_Functions { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid // this global variable stores many functions that can be used for integrations, triggers, actions, and closures. include_once UA_ABSPATH . 'src/core/lib/class-automator-functions.php'; return Automator_Functions::get_instance(); }
Expand full source code Collapse full source code View on Github
Related #Related
Uses #Uses
Uses | Description |
---|---|
src/core/lib/class-automator-functions.php: Automator_Functions::get_instance() |
Used By #Used By
Used By | Description |
---|---|
src/global-functions.php: clear_recipe_logs() |
Clear all recipe activity |
src/global-functions.php: automator_do_identify_tokens() |
Only identify and add tokens IF it’s edit recipe page |
src/integrations/gototraining/add-gtt-integration.php: Add_Gtt_Integration::add_integration_func() |
Register the integration by pushing it into the global automator object |
src/integrations/gototraining/actions/gtt-registeruser.php: GTT_REGISTERUSER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/gototraining/actions/gtt-registeruser.php: GTT_REGISTERUSER::load_options() |
Callback method to |
src/integrations/gototraining/actions/gtt-registeruser.php: GTT_REGISTERUSER::gtt_register_user() |
Validation function when the action is hit |
src/integrations/gototraining/actions/gtt-unregisteruser.php: GTT_UNREGISTERUSER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/gototraining/actions/gtt-unregisteruser.php: GTT_UNREGISTERUSER::load_options() |
Callback function to |
src/integrations/gototraining/actions/gtt-unregisteruser.php: GTT_UNREGISTERUSER::gtt_unregister_user() |
Validation function when the action is hit |
src/integrations/wplms/tokens/wplms-tokens.php: Wplms_Tokens::automator_wplms_save_tokens_func() | |
src/integrations/wplms/tokens/wplms-tokens.php: Wplms_Tokens::wplms_token() | |
src/integrations/fluent-crm/actions/fcrm-add-contact.php: FCRM_ADD_CONTACT::setup_action() |
Setup Action. |
src/integrations/fluent-crm/actions/fcrm-add-contact.php: FCRM_ADD_CONTACT::process_action() |
Process our action. |
src/integrations/fluent-crm/actions/fcrm-add-contact.php: FCRM_ADD_CONTACT::get_all_fields() |
get all fields as options for action |
src/integrations/instagram/settings/settings-instagram.php: Instagram_Settings::output() |
Creates the output of the settings page |
src/integrations/gravity-forms/tokens/gf-tokens.php: Gf_Tokens::save_token_data() | |
src/integrations/gravity-forms/tokens/gf-tokens.php: Gf_Tokens::gf_entry_tokens() |
Gravity forms entry tokens. |
src/integrations/gravity-forms/triggers/gf-subform-codes.php: GF_SUBFORM_CODES::setup_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/gravity-forms/triggers/gf-subform-codes.php: GF_SUBFORM_CODES::validate_conditions() |
Validate if trigger matches the condition. |
src/integrations/wp-fluent-forms/tokens/wpff-tokens.php: Wpff_Tokens::wpff_entry_tokens() | |
src/integrations/buddyboss/actions/bdb-setuserstatus.php: BDB_SETUSERSTATUS::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/buddyboss/actions/bdb-setuserstatus.php: BDB_SETUSERSTATUS::set_user_status() |
Validation function when the action is hit |
src/integrations/autonami/actions/autonami-add-contact-tag.php: AUTONAMI_ADD_CONTACT_TAG::process_action() |
Method process_action. |
src/integrations/autonami/tokens/autonami-tokens.php: AUTONAMI_TOKENS::save_list_tokens() |
Method save_list_tokens |
src/integrations/autonami/tokens/autonami-tokens.php: AUTONAMI_TOKENS::save_tag_tokens() |
Method save_tag_tokens |
src/integrations/autonami/tokens/autonami-tokens.php: AUTONAMI_TOKENS::save_contact_tokens() |
Method save_contact_tokens |
src/integrations/autonami/tokens/autonami-tokens.php: AUTONAMI_TOKENS::parse_tokens() |
Method parse_tokens |
src/integrations/autonami/actions/autonami-add-user-tag.php: AUTONAMI_ADD_USER_TAG::process_action() |
Method process_action. |
src/integrations/autonami/helpers/autonami-helpers.php: Autonami_Helpers::support_link() |
support_link |
src/integrations/active-campaign/actions/ac-annon-add.php: AC_ANNON_ADD::get_fields() |
Get the fields. |
src/integrations/active-campaign/actions/ac-user-add.php: AC_USER_ADD::get_field() | |
src/integrations/active-campaign/tokens/ac-tokens.php: AC_TOKENS::save_token_data() |
save_token_data |
src/integrations/active-campaign/tokens/ac-tokens.php: AC_TOKENS::parse_tokens() |
parse_tokens |
src/integrations/active-campaign/helpers/active-campaign-helpers.php: Active_Campaign_Helpers::complete_with_errors() | |
src/integrations/active-campaign/triggers/ac-contact-tag-removed.php: AC_CONTACT_TAG_REMOVED::load_options() |
load_options |
src/integrations/active-campaign/triggers/ac-contact-tag-removed.php: AC_CONTACT_TAG_REMOVED::validate_trigger() |
validate_trigger |
src/integrations/active-campaign/triggers/ac-contact-tag-added.php: AC_CONTACT_TAG_ADDED::load_options() |
load_options |
src/integrations/active-campaign/triggers/ac-contact-tag-added.php: AC_CONTACT_TAG_ADDED::validate_trigger() |
validate_trigger |
src/integrations/facebook/helpers/facebook-helpers.php: Facebook_Helpers::complete_with_error() |
Method log_action_error |
src/integrations/formidable/tokens/fi-tokens.php: Fi_Tokens::fi_entry_tokens() | |
src/integrations/zapier/actions/zapier-sendwebhook.php: ZAPIER_SENDWEBHOOK::setup_action() |
Setting up Webhook trigger |
src/integrations/learndash/triggers/ld-quizdone.php: LD_QUIZDONE::learndash_quiz_submitted() |
Validation function when the trigger action is hit |
src/integrations/learndash/triggers/ld-quizpercent.php: LD_QUIZPERCENT::learndash_quiz_submitted() |
Validation function when the trigger action is hit |
src/integrations/learndash/triggers/ld-failquiz.php: LD_FAILQUIZ::quiz_submitted() |
Validation function when the trigger action is hit |
src/integrations/mailchimp/actions/campaign-createandsend.php: CAMPAIGN_CREATEANDSEND::load_options() |
load_options |
src/integrations/mailchimp/actions/audience-unsubscribeauser.php: AUDIENCE_UNSUBSCRIBEAUSER::load_options() |
load_options |
src/integrations/mailchimp/actions/audience-addusertag.php: AUDIENCE_ADDUSERTAG::load_options() |
The options_callback method. |
src/integrations/mailchimp/tokens/mailchimp-tokens.php: MAILCHIMP_TOKENS::is_recipe_or_rest() |
Check if its from recipe page or from automator rest and not doing heartbeat. |
src/integrations/mailchimp/actions/audience-addauser.php: AUDIENCE_ADDAUSER::load_options() |
load_options |
src/integrations/mailchimp/actions/audience-removeusertag.php: AUDIENCE_REMOVEUSERTAG::load_options() |
Load options. |
src/integrations/mailchimp/actions/audience-addusernote.php: AUDIENCE_ADDUSERNOTE::load_options() |
load_options |
src/integrations/mailchimp/tokens/mailchimp-tokens.php: MAILCHIMP_TOKENS::audience_field_possible_tokens() | |
src/integrations/mailchimp/tokens/mailchimp-tokens.php: MAILCHIMP_TOKENS::save_token_data() |
Save the token data. |
src/integrations/mailchimp/tokens/mailchimp-tokens.php: MAILCHIMP_TOKENS::parse_tokens() |
Parsing the tokens. |
src/integrations/mailchimp/helpers/mailchimp-helpers.php: Mailchimp_Helpers::complete_with_error() |
Method log_action_error |
src/integrations/mailchimp/triggers/anon-mailchimp-contact-email-changed.php: ANON_MAILCHIMP_CONTACT_EMAIL_CHANGED::validate_trigger() | |
src/integrations/mailchimp/triggers/anon-mailchimp-contact-email-changed.php: ANON_MAILCHIMP_CONTACT_EMAIL_CHANGED::prepare_to_run() | |
src/integrations/mailchimp/triggers/anon-mailchimp-contact-added.php: ANON_MAILCHIMP_CONTACT_ADDED::get_trigger_option_fields() |
The set_options_callback method callback function. |
src/integrations/mailchimp/triggers/anon-mailchimp-contact-added.php: ANON_MAILCHIMP_CONTACT_ADDED::validate_trigger() | |
src/integrations/mailchimp/triggers/anon-mailchimp-contact-added.php: ANON_MAILCHIMP_CONTACT_ADDED::trigger_conditions() |
Trigger conditions. |
src/integrations/mailchimp/triggers/anon-mailchimp-contact-unsubscribed.php: ANON_MAILCHIMP_CONTACT_UNSUBSCRIBED::get_trigger_option_fields() |
The set_options_callback method callback function. |
src/integrations/mailchimp/triggers/anon-mailchimp-contact-unsubscribed.php: ANON_MAILCHIMP_CONTACT_UNSUBSCRIBED::validate_trigger() | |
src/integrations/mailchimp/triggers/anon-mailchimp-contact-unsubscribed.php: ANON_MAILCHIMP_CONTACT_UNSUBSCRIBED::trigger_conditions() |
Trigger conditions. |
src/integrations/memberpress-courses/actions/mpc-marklessondone.php: MPC_MARKLESSONDONE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/memberpress-courses/actions/mpc-marklessondone.php: MPC_MARKLESSONDONE::mark_completes_a_lesson() |
Validation function when the action is hit |
src/integrations/memberpress-courses/helpers/memberpress-courses-helpers.php: Memberpress_Courses_Helpers::select_lesson_from_course_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/memberpress-courses/helpers/memberpress-courses-helpers.php: Memberpress_Courses_Helpers::all_mp_courses() | |
src/integrations/memberpress-courses/tokens/mpc-tokens.php: Mpc_Tokens::mpc_token() | |
src/integrations/memberpress-courses/actions/mpc-markcoursedone.php: MPC_MARKCOURSEDONE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/memberpress-courses/actions/mpc-markcoursedone.php: MPC_MARKCOURSEDONE::mark_completes_a_course() |
Validation function when the action is hit |
src/integrations/memberpress-courses/triggers/mpc-lessondone.php: MPC_LESSONDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/memberpress-courses/triggers/mpc-lessondone.php: MPC_LESSONDONE::lesson_done() |
Validation function when the trigger action is hit |
src/integrations/memberpress-courses/triggers/mpc-coursedone.php: MPC_COURSEDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/memberpress-courses/triggers/mpc-coursedone.php: MPC_COURSEDONE::course_done() |
Validation function when the trigger action is hit |
src/integrations/memberpress-courses/helpers/memberpress-courses-helpers.php: Memberpress_Courses_Helpers::__construct() |
Memberpress_Courses_Helpers constructor. |
src/integrations/events-manager/tokens/em-tokens.php: Em_Tokens::parse_em_tokens() |
Parse the token. |
src/integrations/events-manager/tokens/em-tokens.php: Em_Tokens::em_save_tokens() | |
src/integrations/events-manager/triggers/em-booking-approved.php: EM_BOOKING_APPROVED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/events-manager/triggers/em-booking-approved.php: EM_BOOKING_APPROVED::user_registered_for_event() | |
src/integrations/events-manager/triggers/anon-em-register.php: ANON_EM_REGISTER::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/events-manager/triggers/anon-em-register.php: ANON_EM_REGISTER::attendee_registered_for_event() | |
src/integrations/events-manager/triggers/em-register.php: EM_REGISTER::attendee_registered_for_event() | |
src/integrations/ifttt/actions/ifttt-sendwebhook.php: IFTTT_SENDWEBHOOK::setup_action() |
Setting up Webhook trigger |
src/integrations/webhooks/actions/uoa-sendwebhook.php: UOA_SENDWEBHOOK::setup_action() |
Setting up Webhook trigger |
src/integrations/zoom-webinar/actions/zoom-webinar-registeruserless.php: ZOOM_WEBINAR_REGISTERUSERLESS::load_options() |
load_options |
src/integrations/zoom-webinar/actions/zoom-webinar-unregisteruserless.php: ZOOM_WEBINAR_UNREGISTERUSERLESS::load_options() |
load_options |
src/integrations/zoom-webinar/actions/zoom-webinar-unregisteruser.php: ZOOM_WEBINAR_UNREGISTERUSER::load_options() |
load_options |
src/integrations/zoom-webinar/actions/zoom-webinar-registeruser.php: ZOOM_WEBINAR_REGISTERUSER::load_options() |
load_options |
src/integrations/zoom-webinar/helpers/zoom-webinar-helpers.php: Zoom_Webinar_Helpers::get_webinar_questions_repeater() |
get_webinar_questions_repeater |
src/integrations/zoom-webinar/helpers/zoom-webinar-helpers.php: Zoom_Webinar_Helpers::api_get_webinar_questions() |
api_get_webinar_questions |
src/integrations/zoom-webinar/helpers/zoom-webinar-helpers.php: Zoom_Webinar_Helpers::add_custom_questions() |
add_custom_questions |
src/integrations/optinmonster/actions/optinmonster-show-campaign.php: OPTINMONSTER_SHOW_CAMPAIGN::get_fields() |
Get the action fields. |
src/integrations/optinmonster/actions/optinmonster-show-campaign.php: OPTINMONSTER_SHOW_CAMPAIGN::optinmonster_action_exists() |
optinmonster_action_exists |
src/integrations/optinmonster/actions/optinmonster-show-campaign.php: OPTINMONSTER_SHOW_CAMPAIGN::process_action() |
Proccess our action. |
src/integrations/caldera-forms/tokens/cf-tokens.php: Cf_Tokens::cf_entry_tokens() | |
src/integrations/gotowebinar/actions/gtw-unregisteruser.php: GTW_UNREGISTERUSER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/gotowebinar/actions/gtw-unregisteruser.php: GTW_UNREGISTERUSER::load_options() |
Callback function to our action that loads the option values. |
src/integrations/gotowebinar/actions/gtw-unregisteruser.php: GTW_UNREGISTERUSER::gtw_unregister_user() |
Validation function when the action is hit |
src/integrations/gotowebinar/actions/gtw-registeruser.php: GTW_REGISTERUSER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/gotowebinar/actions/gtw-registeruser.php: GTW_REGISTERUSER::load_options() |
Callback function to our action that loads the option values. |
src/integrations/gotowebinar/actions/gtw-registeruser.php: GTW_REGISTERUSER::gtw_register_user() |
Validation function when the action is hit |
src/integrations/gotowebinar/add-gtw-integration.php: Add_Gtw_Integration::add_integration_func() |
Register the integration by pushing it into the global automator object |
src/integrations/uncanny-groups/actions/uog-removeseatsfromgroup.php: UOG_REMOVESEATSFROMGROUP::load_options() | |
src/integrations/uncanny-groups/actions/uog-removeseatsfromgroup.php: UOG_REMOVESEATSFROMGROUP::remove_seats_from_a_group() |
Validation function when the trigger action is hit |
src/integrations/uncanny-groups/actions/uog-createuncannygroup.php: UOG_CREATEUNCANNYGROUP::load_options() | |
src/integrations/uncanny-groups/actions/uog-addseatstogroup.php: UOG_ADDSEATSTOGROUP::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/uncanny-groups/actions/uog-addseatstogroup.php: UOG_ADDSEATSTOGROUP::load_options() | |
src/integrations/uncanny-groups/actions/uog-addseatstogroup.php: UOG_ADDSEATSTOGROUP::add_seats_to_a_group() |
Validation function when the trigger action is hit |
src/integrations/uncanny-groups/actions/uog-removeseatsfromgroup.php: UOG_REMOVESEATSFROMGROUP::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/uncanny-groups/triggers/uog-registered-with-groupkey.php: UOG_REGISTERED_WITH_GROUPKEY::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-groups/triggers/uog-registered-with-groupkey.php: UOG_REGISTERED_WITH_GROUPKEY::load_options() | |
src/integrations/uncanny-groups/triggers/uog-registered-with-groupkey.php: UOG_REGISTERED_WITH_GROUPKEY::user_registered() | |
src/integrations/uncanny-groups/helpers/uncanny-groups-helpers.php: Uncanny_Groups_Helpers::all_ld_groups() | |
src/integrations/uncanny-groups/triggers/uog-userredeems-groupkey.php: UOG_USERREDEEMS_GROUPKEY::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-groups/triggers/uog-userredeems-groupkey.php: UOG_USERREDEEMS_GROUPKEY::load_options() | |
src/integrations/uncanny-groups/triggers/uog-userredeems-groupkey.php: UOG_USERREDEEMS_GROUPKEY::user_redeems() | |
src/integrations/ameliabooking/tokens/ameliabooking-tokens.php: AMELIABOOKING_TOKENS::save_token_data() |
Save the token data. |
src/integrations/ameliabooking/tokens/ameliabooking-tokens.php: AMELIABOOKING_TOKENS::save_token_data_reservation() |
Method save_token_data_reservation. |
src/integrations/ameliabooking/tokens/ameliabooking-tokens.php: AMELIABOOKING_TOKENS::parse_tokens() |
Parsing the tokens. |
src/integrations/ameliabooking/tokens/ameliabooking-tokens.php: AMELIABOOKING_TOKENS::parse_tokens_reservation() |
Parsing the tokens. |
src/integrations/ameliabooking/triggers/amelia-appointment-booked.php: AMELIA_APPOINTMENT_BOOKED::validate_trigger() | |
src/integrations/ameliabooking/helpers/ameliabooking-helpers.php: Ameliabooking_Helpers::__construct() | |
src/integrations/ameliabooking/helpers/ameliabooking-helpers.php: Ameliabooking_Helpers::ameliabooking_service_category_endpoint() |
Callback method to wp_ajax_ameliabooking_service_category_endpoint. |
src/integrations/ameliabooking/triggers/amelia-register-event.php: AMELIA_REGISTER_EVENT::load_options() | |
src/integrations/ameliabooking/triggers/amelia-user-register-event.php: AMELIA_USER_REGISTER_EVENT::load_options() | |
src/integrations/google-calendar/actions/gcalendar-removeattendee.php: GCALENDAR_REMOVEATTENDEE::process_action() |
Process the action. |
src/integrations/google-calendar/actions/gcalendar-addevent.php: GCALENDAR_ADDEVENT::setup_action() |
Setup Action. |
src/integrations/google-calendar/actions/gcalendar-addevent.php: GCALENDAR_ADDEVENT::process_action() |
Process the action. |
src/integrations/google-calendar/actions/gcalendar-addattendee.php: GCALENDAR_ADDATTENDEE::setup_action() |
Setup Action. |
src/integrations/google-calendar/actions/gcalendar-addattendee.php: GCALENDAR_ADDATTENDEE::load_options() | |
src/integrations/google-calendar/actions/gcalendar-addattendee.php: GCALENDAR_ADDATTENDEE::process_action() |
Process the action. |
src/integrations/google-calendar/actions/gcalendar-removeattendee.php: GCALENDAR_REMOVEATTENDEE::setup_action() |
Setup Action. |
src/integrations/google-calendar/actions/gcalendar-removeattendee.php: GCALENDAR_REMOVEATTENDEE::load_options() | |
src/integrations/google-calendar/helpers/google-calendar-helpers.php: Google_Calendar_Helpers::list_calendars_dropdown() |
Method list_calendars_dropdown. |
src/integrations/google-calendar/helpers/google-calendar-helpers.php: Google_Calendar_Helpers::list_events() |
Method list_events. |
src/integrations/woocommerce/triggers/wc-viewproduct.php: WC_VIEWPRODUCT::load_options() | |
src/integrations/woocommerce/triggers/wc-purchasesproduct.php: WC_PURCHASESPRODUCT::load_options() | |
src/integrations/twilio/actions/twilio-sendsms.php: TWILIO_SENDSMS::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/twilio/actions/twilio-sendsms.php: TWILIO_SENDSMS::twilio_send_sms() |
Validation function when the action is hit |
src/integrations/woocommerce/triggers/wc-purchprod-dep.php: WC_PURCHPROD_DEP::load_options() | |
src/integrations/twilio/add-twilio-integration.php: Add_Twilio_Integration::add_integration_func() |
Register the integration by pushing it into the global automator object |
src/integrations/integromat/actions/integromat-sendwebhook.php: INTEGROMAT_SENDWEBHOOK::setup_action() |
Setting up Webhook trigger |
src/integrations/google-sheet/actions/sheet-addarecord.php: SHEET_ADDARECORD::load_options() |
load_options |
src/integrations/google-sheet/actions/sheet-updaterecord.php: SHEET_UPDATERECORD::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/google-sheet/actions/sheet-updaterecord.php: SHEET_UPDATERECORD::load_options() |
load_options |
src/integrations/google-sheet/actions/sheet-updaterecord.php: SHEET_UPDATERECORD::update_row_google_sheet() |
Validation function when the action is hit |
src/integrations/google-sheet/actions/sheet-updaterecord.php: SHEET_UPDATERECORD::complete_with_errors() |
Wrapper method function Automator complete with errors method. |
src/integrations/google-sheet/helpers/google-sheet-helpers.php: Google_Sheet_Helpers::select_gsworksheet_from_gsspreadsheet_columns() | |
src/integrations/edd/triggers/edd-productpurchase.php: EDD_PRODUCTPURCHASE::load_options() | |
src/integrations/uncanny-tincanny/tokens/uotc-tokens.php: UOTC_Tokens::uotc_tokens() | |
src/integrations/uncanny-tincanny/triggers/uotc-moduleinteraction.php: UOTC_MODULEINTERACTION::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-tincanny/triggers/uotc-moduleinteraction.php: UOTC_MODULEINTERACTION::tincanny_module_completed_func() | |
src/integrations/uncanny-tincanny/triggers/uotc-userattainsscore.php: UOTC_USERATTAINSSCORE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-tincanny/triggers/uotc-userattainsscore.php: UOTC_USERATTAINSSCORE::tincan_module_result_processed() | |
src/integrations/slack/actions/slack-sendmessage.php: SLACK_SENDMESSAGE::load_options() |
load_options |
src/integrations/slack/actions/slack-senddirectmessage.php: SLACK_SENDDIRECTMESSAGE::load_options() |
load_options |
src/integrations/zoom/actions/zoom-registeruserless.php: ZOOM_REGISTERUSERLESS::load_options() |
load_options |
src/integrations/zoom/actions/zoom-unregisteruserless.php: ZOOM_UNREGISTERUSERLESS::load_options() |
load_options |
src/integrations/zoom/actions/zoom-unregisteruser.php: ZOOM_UNREGISTERUSER::load_options() |
load_options |
src/integrations/zoom/actions/zoom-registeruser.php: ZOOM_REGISTERUSER::load_options() |
load_options |
src/integrations/zoom/helpers/zoom-helpers.php: Zoom_Helpers::get_meeting_questions_repeater() |
get_meeting_questions_repeater |
src/integrations/zoom/helpers/zoom-helpers.php: Zoom_Helpers::api_get_meeting_questions() |
api_get_meeting_questions |
src/integrations/zoom/helpers/zoom-helpers.php: Zoom_Helpers::add_custom_questions() |
add_custom_questions |
src/integrations/tutorlms/helpers/tutorlms-helpers.php: Tutorlms_Helpers::select_lesson_from_course_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/elementor/triggers/elem-submitform.php: ELEM_SUBMITFORM::load_options() | |
src/integrations/elementor/triggers/anon-elem-submitform.php: ANON_ELEM_SUBMITFORM::load_options() | |
src/integrations/facebook-groups/actions/facebook-group-publish-post.php: FACEBOOK_GROUP_PUBLISH_POST::get_options_group() |
Returns the list of options for the action. |
src/integrations/facebook-groups/actions/facebook-group-publish-post.php: FACEBOOK_GROUP_PUBLISH_POST::process_action() |
Proccess the action. |
src/integrations/facebook-groups/actions/facebook-group-publish-photo.php: FACEBOOK_GROUP_PUBLISH_PHOTO::setup_action() |
Setups our action. |
src/integrations/facebook-groups/actions/facebook-group-publish-photo.php: FACEBOOK_GROUP_PUBLISH_PHOTO::get_options_group() |
Returns the list of options for our action. |
src/integrations/facebook-groups/actions/facebook-group-publish-photo.php: FACEBOOK_GROUP_PUBLISH_PHOTO::process_action() |
Proccess our action. |
src/integrations/facebook-groups/actions/facebook-group-publish-link.php: FACEBOOK_GROUP_PUBLISH_LINK::setup_action() |
Setups our action. |
src/integrations/facebook-groups/actions/facebook-group-publish-link.php: FACEBOOK_GROUP_PUBLISH_LINK::process_action() |
Proccess our action. |
src/integrations/facebook-groups/actions/facebook-group-publish-link.php: FACEBOOK_GROUP_PUBLISH_LINK::get_options_group() |
Returns the list of options for our action. |
src/integrations/facebook-groups/actions/facebook-group-publish-post.php: FACEBOOK_GROUP_PUBLISH_POST::setup_action() |
Setups action. |
src/integrations/facebook-groups/helpers/facebook-groups-helpers.php: Facebook_Groups_Helpers::has_live_integration() |
Check if there is a live FACEBOOK_GROUPS integration. |
src/integrations/wp-fusion/actions/wf-setusertag.php: WF_SETUSERTAG::load_options() | |
src/integrations/facebook-groups/add-facebook-groups-integration.php: Add_Facebook_Groups_Integration::add_integration_func() |
Registers Integration. |
src/integrations/integrately/actions/integrately-sendwebhook.php: INTEGRATELY_SENDWEBHOOK::setup_action() |
Setting up Webhook trigger |
src/integrations/uncanny-toolkit/tokens/ut-tokens.php: Ut_Tokens::parse_uncanny_toolkit_token() |
Parse tokens of the triggers |
src/integrations/uncanny-toolkit/actions/ut-resetuserstimeincourse.php: UT_RESETUSERSTIMEINCOURSE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/uncanny-toolkit/actions/ut-resetuserstimeincourse.php: UT_RESETUSERSTIMEINCOURSE::load_options() |
Load options |
src/integrations/uncanny-toolkit/actions/ut-resetuserstimeincourse.php: UT_RESETUSERSTIMEINCOURSE::process_action() |
Validation function when the trigger action is hit |
src/integrations/uncanny-toolkit/helpers/uncanny-toolkit-helpers.php: Uncanny_Toolkit_Helpers::__construct() | |
src/integrations/uncanny-toolkit/triggers/ut-user-imported-in-group.php: UT_USER_IMPORTED_IN_GROUP::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-toolkit/triggers/ut-user-imported-in-group.php: UT_USER_IMPORTED_IN_GROUP::a_user_is_imported() |
Running an actual function on the trigger |
src/integrations/uncanny-toolkit/triggers/ut-user-imported-in-group.php: UT_USER_IMPORTED_IN_GROUP::complete_trigger() |
Running an actual function on the trigger |
src/integrations/uncanny-toolkit/triggers/ut-user-imported-in-course.php: UT_USER_IMPORTED_IN_COURSE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-toolkit/triggers/ut-user-imported-in-course.php: UT_USER_IMPORTED_IN_COURSE::a_user_is_imported() |
Running an actual function on the trigger |
src/integrations/uncanny-toolkit/triggers/ut-user-imported-in-course.php: UT_USER_IMPORTED_IN_COURSE::complete_trigger() |
Running an actual function on the trigger |
src/integrations/uncanny-toolkit/triggers/ut-users-time-in-course-exceeds.php: UT_USERS_TIME_IN_COURSE_EXCEEDS::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-toolkit/triggers/ut-users-time-in-course-exceeds.php: UT_USERS_TIME_IN_COURSE_EXCEEDS::load_options() |
load_options |
src/integrations/uncanny-toolkit/triggers/ut-users-time-in-course-exceeds.php: UT_USERS_TIME_IN_COURSE_EXCEEDS::users_limit_exceeds() |
Running an actual function on the trigger |
src/integrations/uncanny-toolkit/triggers/ut-user-imported.php: UT_USER_IMPORTED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-toolkit/triggers/ut-user-imported.php: UT_USER_IMPORTED::a_user_is_imported() |
Running an actual function on the trigger |
src/integrations/uncanny-toolkit/triggers/ut-group-leader-imported.php: UT_GROUP_LEADER_IMPORTED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-toolkit/triggers/ut-group-leader-imported.php: UT_GROUP_LEADER_IMPORTED::a_user_is_imported() |
Running an actual function on the trigger |
src/integrations/uncanny-toolkit/triggers/ut-group-leader-imported.php: UT_GROUP_LEADER_IMPORTED::complete_trigger() |
Running a complete trigger function |
src/integrations/peepso/actions/peepso-followauser.php: PEEPSO_FOLLOWAUSER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/peepso/actions/peepso-followauser.php: PEEPSO_FOLLOWAUSER::load_options() |
load_options |
src/integrations/peepso/actions/peepso-followauser.php: PEEPSO_FOLLOWAUSER::follow_a_user() |
Validation function when the action is hit |
src/integrations/peepso/helpers/peepso-helpers.php: PeepSo_Helpers::get_profile_fields() | |
src/integrations/peepso/triggers/peepso-userupdatesavatar.php: PeepSo_USERUPDATESAVATAR::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/peepso/triggers/peepso-userupdatesavatar.php: PeepSo_USERUPDATESAVATAR::load_options() |
load_options |
src/integrations/peepso/triggers/peepso-userupdatesavatar.php: PeepSo_USERUPDATESAVATAR::avatar_update() |
Validation function when the trigger action is hit |
src/integrations/peepso/triggers/peepso-userfollowsauser.php: PeepSo_USERFOLLOWSAUSER::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/peepso/triggers/peepso-userfollowsauser.php: PeepSo_USERFOLLOWSAUSER::load_options() |
load_options |
src/integrations/peepso/triggers/peepso-userfollowsauser.php: PeepSo_USERFOLLOWSAUSER::user_follows_user() |
Validation function when the trigger action is hit |
src/integrations/peepso/triggers/peepso-userupdatespecificfield.php: PeepSo_USERUPDATESPECIFICFIELD::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/peepso/triggers/peepso-userupdatespecificfield.php: PeepSo_USERUPDATESPECIFICFIELD::load_options() |
load_options |
src/integrations/peepso/triggers/peepso-userupdatespecificfield.php: PeepSo_USERUPDATESPECIFICFIELD::profile_update() |
Validation function when the trigger action is hit |
src/integrations/hubspot/actions/hubspot-addusertolist.php: HUBSPOT_ADDUSERTOLIST::define_action() |
Define and register the action by pushing it into the Automator object. |
src/integrations/hubspot/actions/hubspot-addusertolist.php: HUBSPOT_ADDUSERTOLIST::load_options() |
load_options |
src/integrations/hubspot/actions/hubspot-addusertolist.php: HUBSPOT_ADDUSERTOLIST::add_contact_to_list() |
Action validation function. |
src/integrations/hubspot/actions/hubspot-removecontactfromlist.php: HUBSPOT_REMOVECONTACTFROMLIST::remove_contact_from_list() |
Action validation function. |
src/integrations/hubspot/actions/hubspot-createcontact.php: HUBSPOT_CREATECONTACT::define_action() |
Define and register the action by pushing it into the Automator object. |
src/integrations/hubspot/actions/hubspot-createcontact.php: HUBSPOT_CREATECONTACT::load_options() |
load_options |
src/integrations/hubspot/actions/hubspot-createcontact.php: HUBSPOT_CREATECONTACT::add_contact() |
Action validation function. |
src/integrations/hubspot/actions/hubspot-removeuserfromlist.php: HUBSPOT_REMOVEUSERFROMLIST::define_action() |
Define and register the action by pushing it into the Automator object. |
src/integrations/hubspot/actions/hubspot-removeuserfromlist.php: HUBSPOT_REMOVEUSERFROMLIST::load_options() |
load_options |
src/integrations/hubspot/actions/hubspot-removeuserfromlist.php: HUBSPOT_REMOVEUSERFROMLIST::remove_contact_from_list() |
Action validation function. |
src/integrations/hubspot/actions/hubspot-adduser.php: HUBSPOT_ADDUSER::define_action() |
Define and register the action by pushing it into the Automator object. |
src/integrations/hubspot/actions/hubspot-adduser.php: HUBSPOT_ADDUSER::load_options() |
load_options |
src/integrations/hubspot/actions/hubspot-adduser.php: HUBSPOT_ADDUSER::add_contact() |
Action validation function. |
src/integrations/hubspot/actions/hubspot-addcontacttolist.php: HUBSPOT_ADDCONTACTTOLIST::define_action() |
Define and register the action by pushing it into the Automator object. |
src/integrations/hubspot/actions/hubspot-addcontacttolist.php: HUBSPOT_ADDCONTACTTOLIST::load_options() |
load_options |
src/integrations/hubspot/actions/hubspot-addcontacttolist.php: HUBSPOT_ADDCONTACTTOLIST::add_contact_to_list() |
Action validation function. |
src/integrations/hubspot/actions/hubspot-removecontactfromlist.php: HUBSPOT_REMOVECONTACTFROMLIST::define_action() |
Define and register the action by pushing it into the Automator object. |
src/integrations/hubspot/actions/hubspot-removecontactfromlist.php: HUBSPOT_REMOVECONTACTFROMLIST::load_options() |
load_options |
src/integrations/hubspot/helpers/hubspot-helpers.php: Hubspot_Helpers::log_action_error() |
Method log_action_error |
src/integrations/divi/helpers/divi-helpers.php: Divi_Helpers::save_tokens() |
Saving tokens |
src/integrations/divi/tokens/divi-tokens.php: Divi_Tokens::divi_token() |
Parse the token. |
src/integrations/divi/triggers/divi-submitform.php: DIVI_SUBMITFORM::load_options() | |
src/integrations/divi/triggers/divi-submitform.php: DIVI_SUBMITFORM::divi_form_handler() |
Trigger handler function |
src/integrations/divi/triggers/anon-divi-submitform.php: ANON_DIVI_SUBMITFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/divi/triggers/anon-divi-submitform.php: ANON_DIVI_SUBMITFORM::load_options() | |
src/integrations/divi/triggers/anon-divi-submitform.php: ANON_DIVI_SUBMITFORM::divi_form_handler() |
Trigger handler function |
src/integrations/divi/helpers/divi-helpers.php: Divi_Helpers::all_divi_forms() |
Fetch all Divi forms |
src/integrations/divi/triggers/divi-submitform.php: DIVI_SUBMITFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/advanced-coupons/triggers/advanced-coupons-user-receives-credit.php: ADVANCED_COUPONS_USER_RECEIVES_CREDIT::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/advanced-coupons/triggers/advanced-coupons-user-receives-credit.php: ADVANCED_COUPONS_USER_RECEIVES_CREDIT::load_options() |
Load options method |
src/integrations/advanced-coupons/triggers/advanced-coupons-user-receives-credit.php: ADVANCED_COUPONS_USER_RECEIVES_CREDIT::user_receives_credit() |
Validation function when the trigger action is hit |
src/integrations/advanced-coupons/triggers/advanced-coupons-user-spends-credit.php: ADVANCED_COUPONS_USER_SPENDS_CREDIT::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/advanced-coupons/triggers/advanced-coupons-user-spends-credit.php: ADVANCED_COUPONS_USER_SPENDS_CREDIT::load_options() | |
src/integrations/advanced-coupons/triggers/advanced-coupons-user-spends-credit.php: ADVANCED_COUPONS_USER_SPENDS_CREDIT::user_spends_credit() |
Validation function when the trigger action is hit |
src/integrations/advanced-coupons/helpers/advanced-coupons-helpers.php: Advanced_Coupons_Helpers::__construct() |
Advanced_Coupons_Helpers constructor. |
src/integrations/wpforms/tokens/wpf-tokens.php: Wpf_Tokens::wpf_entry_tokens() | |
src/integrations/wpforms/triggers/wpf-subform.php: WPF_SUBFORM::load_options() | |
src/integrations/wpforms/triggers/anon-wpf-subform.php: ANON_WPF_SUBFORM::load_options() | |
src/integrations/fluent-support/tokens/flsupport-tokens.php: Flsupport_Tokens::parse_flsupport_trigger_tokens() | |
src/integrations/fluent-support/triggers/flsupport-ticketclosedcustomer.php: FLSUPPORT_TICKETCLOSEDCUSTOMER::fsupport_ticket_closed_customer() |
Validation function when the trigger action is hit |
src/integrations/fluent-support/helpers/flsupport-helpers.php: Flsupport_Helpers::__construct() |
Flsupport_Helpers constructor. |
src/integrations/fluent-support/tokens/flsupport-tokens.php: Flsupport_Tokens::flsupport_possible_tokens() |
The possible tokens. |
src/integrations/fluent-support/triggers/flsupport-ticketcreatedcustomer.php: FLSUPPORT_TICKETCREATEDCUSTOMER::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/fluent-support/triggers/flsupport-ticketcreatedcustomer.php: FLSUPPORT_TICKETCREATEDCUSTOMER::fsupport_ticket_opened() |
Validation function when the trigger action is hit |
src/integrations/fluent-support/triggers/flsupport-ticketrepliedcustomer.php: FLSUPPORT_TICKETREPLIEDCUSTOMER::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/fluent-support/triggers/flsupport-ticketrepliedcustomer.php: FLSUPPORT_TICKETREPLIEDCUSTOMER::fsupport_ticket_customer_replied() |
Validation function when the trigger action is hit |
src/integrations/fluent-support/triggers/flsupport-ticketclosedcustomer.php: FLSUPPORT_TICKETCLOSEDCUSTOMER::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/gamipress/triggers/gp-earnsspecificpoints.php: GP_EARNSSPECIFICPOINTS::define_trigger() |
Define trigger settings |
src/integrations/gamipress/triggers/gp-earnsspecificpoints.php: GP_EARNSSPECIFICPOINTS::earns_specific_points() |
Trigger handler function. |
src/integrations/wp/actions/wp-userrole.php: WP_USERROLE::load_options() |
load_options |
src/integrations/wp/actions/wp-sendemail.php: WP_SENDEMAIL::load_options() |
load_options |
src/integrations/wp/actions/wp-createpost.php: WP_CREATEPOST::load_options() |
load_options |
src/integrations/wp/actions/wp-addrole.php: WP_ADDROLE::load_options() |
load_options |
src/integrations/wp/actions/wp-createuser.php: WP_CREATEUSER::load_options() |
load_options |
src/integrations/wp/actions/wp-erase-personal-user-data.php: WP_ERASE_PERSONAL_USER_DATA::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/wp/actions/wp-erase-personal-user-data.php: WP_ERASE_PERSONAL_USER_DATA::load_options() |
load_options |
src/integrations/wp/actions/wp-erase-personal-user-data.php: WP_ERASE_PERSONAL_USER_DATA::erase_user_personal_data() |
Validation function when the action is hit |
src/integrations/wp/triggers/wp-viewpost.php: WP_VIEWPOST::load_options() |
load_options |
src/integrations/wp/triggers/wp-postreceivescomment.php: WP_POSTRECEIVESCOMMENT::load_options() |
load_options |
src/integrations/wp/triggers/wp-usercreatespost.php: WP_USERCREATESPOST::load_options() |
load_options |
src/integrations/wp/triggers/wp-usercreatespost.php: WP_USERCREATESPOST::complete_trigger() | |
src/integrations/wp/triggers/wp-usercreatespost.php: WP_USERCREATESPOST::store_tokens() | |
src/integrations/wp/triggers/wp-login.php: WP_LOGIN::load_options() |
load_options |
src/integrations/wp/triggers/wp-userroleadded.php: WP_USERROLEADDED::load_options() |
load_options |
src/integrations/wp/triggers/wp-viewpage.php: WP_VIEWPAGE::load_options() |
load_options |
src/integrations/wp/triggers/wp-submitcomment.php: WP_SUBMITCOMMENT::load_options() |
load_options |
src/integrations/wp/triggers/anon-wp-viewposttype.php: ANON_WP_VIEWPOSTTYPE::load_options() |
load_options |
src/integrations/wp/triggers/wp-userroleupdated.php: WP_USERROLEUPDATED::load_options() |
load_options |
src/integrations/wp/triggers/wp-viewcustompost.php: WP_VIEWCUSTOMPOST::load_options() |
load_options |
src/integrations/bbpress/tokens/bbpress-tokens.php: Bbpress_Tokens::parse_bbpress_tokens() | |
src/core/classes/class-usage-reports.php: Usage_Reports::get_completed_runs() |
get_completed_runs |
src/core/classes/class-usage-reports.php: Usage_Reports::count_recipe_completion() |
count_recipe_completion |
src/core/lib/utilities/db/class-automator-db-handler-closures.php: Automator_DB_Handler_Closures::delete_by_recipe_id() | |
src/core/lib/utilities/db/class-automator-db-handler-actions.php: Automator_DB_Handler_Actions::delete_by_recipe_id() | |
src/core/lib/utilities/db/class-automator-db-handler-recipes.php: Automator_DB_Handler_Recipes::clear_activity_log_by_recipe_id() | |
src/core/lib/utilities/db/class-automator-db-handler-triggers.php: Automator_DB_Handler_Triggers::delete_by_recipe_id() | |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::completed_runs() |
completed_runs |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::get_integration_publish_actions() |
Return all integration published actions. |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::value_from_action_meta() | |
src/core/lib/webhooks/class-automator-send-webhook-fields.php: Automator_Send_Webhook_Fields::buttons() |
Return buttons for webhooks |
src/core/lib/webhooks/class-automator-send-webhook.php: Automator_Send_Webhook::maybe_parse_tokens() |
Parse values in to key/value fields |
src/core/lib/webhooks/class-automator-send-webhook-ajax-handler.php: Automator_Send_Webhook_Ajax_Handler::call_webhook() |
Send data to Webhook |
src/core/lib/class-automator-functions.php: Automator_Functions::load_extra_options() |
load_extra_options |
src/core/lib/recipe-parts/trait-webhooks.php: Webhooks::process_action() |
Common function to run action on all outgoing webhooks |
src/core/admin/class-admin-menu.php: Admin_Menu::is_installed() |
Check if the plugin integration is installed or not. |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::update_actions_order() |
Function to update the menu_order of the actions |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::set_any_or_all_trigger_option() | |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::create() |
Create a recipe |
src/integrations/facebook/helpers/facebook-helpers.php: Facebook_Helpers::display_settings_tab() |
Check if the settings tab should display. |
src/integrations/mailchimp/helpers/mailchimp-helpers.php: Mailchimp_Helpers::select_segments_from_list() |
Ajax callback for loading segment IDS list. |
src/integrations/mailchimp/helpers/mailchimp-helpers.php: Mailchimp_Helpers::display_settings_tab() |
Check if the settings tab should display. |
src/integrations/bbpress/triggers/anon-bb-newtopic.php: ANON_BB_NEWTOPIC::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/bbpress/triggers/anon-bb-newtopic.php: ANON_BB_NEWTOPIC::bbp_new_topic() |
Validation function when the trigger action is hit |
src/integrations/zoom/actions/zoom-unregisteruser.php: ZOOM_UNREGISTERUSER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/zoom/actions/zoom-unregisteruser.php: ZOOM_UNREGISTERUSER::zoom_unregister_user() |
Validation function when the action is hit |
src/integrations/zoom/actions/zoom-unregisteruserless.php: ZOOM_UNREGISTERUSERLESS::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/zoom/actions/zoom-unregisteruserless.php: ZOOM_UNREGISTERUSERLESS::zoom_unregister_user() |
Validation function when the action is hit |
src/integrations/zoom/actions/zoom-registeruser.php: ZOOM_REGISTERUSER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/zoom/actions/zoom-registeruser.php: ZOOM_REGISTERUSER::zoom_register_user() |
Validation function when the action is hit |
src/integrations/zoom/actions/zoom-registeruserless.php: ZOOM_REGISTERUSERLESS::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/zoom/actions/zoom-registeruserless.php: ZOOM_REGISTERUSERLESS::zoom_register_user() |
Validation function when the action is hit |
src/integrations/zoom/helpers/zoom-helpers.php: Zoom_Helpers::__construct() |
Zoom_Helpers constructor. |
src/integrations/zoom/add-zoom-integration.php: Add_Zoom_Integration::add_integration_func() |
Register the integration by pushing it into the global automator object |
src/integrations/uncanny-automator/triggers/uoa-recipecompletedtimes.php: UOA_RECIPECOMPLETEDTIMES::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-automator/triggers/uoa-recipecompletedtimes.php: UOA_RECIPECOMPLETEDTIMES::on_completion() |
Validation function when the trigger action is hit |
src/integrations/uncanny-automator/triggers/uoa-recipecompleted-status.php: UOA_RECIPECOMPLETED_STATUS::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-automator/triggers/uoa-recipecompleted-status.php: UOA_RECIPECOMPLETED_STATUS::on_completion() |
Validation function when the trigger action is hit |
src/integrations/uncanny-automator/triggers/uoa-recipeerrorstimes.php: UOA_RECIPEERRORSTIMES::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-automator/triggers/uoa-recipeerrorstimes.php: UOA_RECIPEERRORSTIMES::on_completion() |
Validation function when the trigger action is hit |
src/integrations/uncanny-automator/triggers/uoa-recipesuccesscompletedtimes.php: UOA_RECIPESUCCESSCOMPLETEDTIMES::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-automator/triggers/uoa-recipesuccesscompletedtimes.php: UOA_RECIPESUCCESSCOMPLETEDTIMES::on_completion() |
Validation function when the trigger action is hit |
src/integrations/fluent-crm/triggers/anon-fcrm-added-to-list.php: ANON_FCRM_ADDED_TO_LIST::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/fluent-crm/triggers/anon-fcrm-added-to-list.php: ANON_FCRM_ADDED_TO_LIST::contact_added_to_lists() | |
src/integrations/fluent-crm/triggers/anon-fcrm-tag-added.php: ANON_FCRM_TAG_ADDED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/fluent-crm/triggers/anon-fcrm-tag-added.php: ANON_FCRM_TAG_ADDED::anon_tag_added_to_contact() |
Anon tag added to contact. |
src/integrations/fluent-crm/triggers/anon-fcrm-contact-status-updated.php: ANON_FCRM_CONTACT_STATUS_UPDATED::define_trigger() |
Define and register the trigger by pushing it into the Automator object. |
src/integrations/fluent-crm/triggers/anon-fcrm-contact-status-updated.php: ANON_FCRM_CONTACT_STATUS_UPDATED::process_trigger() |
Processes our trigger. |
src/integrations/fluent-crm/triggers/anon-fcrm-contact-status-updated.php: ANON_FCRM_CONTACT_STATUS_UPDATED::get_matched_recipes_ids() |
Get the matching recipe ids. |
src/integrations/learndash/triggers/ld-quizpoint.php: LD_QUIZPOINT::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/learndash/triggers/ld-quizpoint.php: LD_QUIZPOINT::learndash_quiz_completed() |
Validation function when the trigger action is hit |
src/integrations/learndash/tokens/ld-tokens.php: Ld_Tokens::ld_tokens() | |
src/integrations/uncanny-ceus/triggers/uncannyceus-earnsceus.php: UNCANNYCEUS_EARNSCEUS::tokens() | |
src/integrations/active-campaign/actions/ac-annon-list-add.php: AC_ANNON_LIST_ADD::process_action() | |
src/integrations/active-campaign/actions/ac-annon-removetag.php: AC_ANNON_REMOVETAG::process_action() | |
src/integrations/active-campaign/actions/ac-annon-addtag.php: AC_ANNON_ADDTAG::process_action() | |
src/integrations/active-campaign/actions/ac-user-list-remove.php: AC_USER_LIST_REMOVE::process_action() | |
src/integrations/active-campaign/actions/ac-user-list-add.php: AC_USER_LIST_ADD::process_action() | |
src/integrations/active-campaign/actions/ac-user-add.php: AC_USER_ADD::process_action() |
Process our action. |
src/integrations/active-campaign/actions/ac-annon-listremove.php: AC_ANNON_LISTREMOVE::process_action() | |
src/integrations/active-campaign/actions/ac-user-remove-tag.php: AC_USER_REMOVE_TAG::process_action() | |
src/integrations/active-campaign/actions/ac-annon-add.php: AC_ANNON_ADD::process_action() |
Proccess our action. |
src/integrations/active-campaign/actions/ac-user-add-tag.php: AC_USER_ADD_TAG::process_action() | |
src/integrations/active-campaign/helpers/active-campaign-helpers.php: Active_Campaign_Helpers::__construct() |
Active_Campaign_helpers constructor. |
src/integrations/wp/triggers/anon-wp-viewposttype.php: ANON_WP_VIEWPOSTTYPE::define_trigger() | |
src/integrations/wp/triggers/anon-wp-viewposttype.php: ANON_WP_VIEWPOSTTYPE::view_post_type() | |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::all_wp_post_types() | |
src/integrations/zoom-webinar/actions/zoom-webinar-unregisteruserless.php: ZOOM_WEBINAR_UNREGISTERUSERLESS::zoom_webinar_unregister_user() |
Validation function when the action is hit |
src/integrations/zoom-webinar/actions/zoom-webinar-registeruser.php: ZOOM_WEBINAR_REGISTERUSER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/zoom-webinar/actions/zoom-webinar-registeruser.php: ZOOM_WEBINAR_REGISTERUSER::zoom_webinar_register_user() |
Validation function when the action is hit |
src/integrations/zoom-webinar/actions/zoom-webinar-unregisteruserless.php: ZOOM_WEBINAR_UNREGISTERUSERLESS::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/zoom-webinar/actions/zoom-webinar-unregisteruser.php: ZOOM_WEBINAR_UNREGISTERUSER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/zoom-webinar/actions/zoom-webinar-unregisteruser.php: ZOOM_WEBINAR_UNREGISTERUSER::zoom_webinar_unregister_user() |
Validation function when the action is hit |
src/integrations/zoom-webinar/actions/zoom-webinar-registeruserless.php: ZOOM_WEBINAR_REGISTERUSERLESS::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/zoom-webinar/actions/zoom-webinar-registeruserless.php: ZOOM_WEBINAR_REGISTERUSERLESS::zoom_webinar_register_user() |
Validation function when the action is hit |
src/integrations/zoom-webinar/add-zoom-webinar-integration.php: Add_Zoom_Webinar_Integration::add_integration_func() |
Register the integration by pushing it into the global automator object |
src/integrations/zoom-webinar/helpers/zoom-webinar-helpers.php: Zoom_Webinar_Helpers::__construct() |
Zoom_Webinar_Helpers constructor. |
src/integrations/give/triggers/anon-make-donation.php: ANON_MAKE_DONATION::define_trigger() |
Define trigger settings |
src/integrations/give/triggers/anon-make-donation.php: ANON_MAKE_DONATION::givewp_make_donation() | |
src/global-functions.php: automator_purge_action_logs() |
Purge action logs |
src/global-functions.php: automator_purge_closure_logs() |
Purge closure logs |
src/global-functions.php: automator_purge_recipe_logs() |
Purge recipe logs |
src/global-functions.php: automator_purge_trigger_logs() |
Purge trigger logs |
src/core/classes/class-usage-reports.php: Usage_Reports::get_recipes_info() |
get_recipes_info |
src/core/classes/class-usage-reports.php: Usage_Reports::get_data() |
get_data |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::total_completed_runs() |
total_completed_runs |
src/core/lib/utilities/db/class-automator-db-handler-triggers.php: Automator_DB_Handler_Triggers::delete_logs() | |
src/core/lib/utilities/db/class-automator-db-handler-actions.php: Automator_DB_Handler_Actions::delete_logs() | |
src/core/lib/utilities/db/class-automator-db-handler-recipes.php: Automator_DB_Handler_Recipes::delete_logs() | |
src/core/lib/utilities/db/class-automator-db-handler-closures.php: Automator_DB_Handler_Closures::delete_logs() | |
src/integrations/formidable/triggers/anon-fi-submitform.php: ANON_FI_SUBMITFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/formidable/triggers/anon-fi-submitform.php: ANON_FI_SUBMITFORM::fi_submit_form() |
Validation function when the trigger action is hit |
src/integrations/caldera-forms/triggers/anon-cf-subform.php: ANON_CF_SUBFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/caldera-forms/triggers/anon-cf-subform.php: ANON_CF_SUBFORM::caldera_forms_submit() |
Validation function when the trigger action is hit |
src/integrations/happyforms/triggers/anon-hf-submitform.php: ANON_HF_SUBMITFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/happyforms/triggers/anon-hf-submitform.php: ANON_HF_SUBMITFORM::hf_submit_form() |
Validation function when the trigger action is hit |
src/integrations/elementor/triggers/anon-elem-submitform.php: ANON_ELEM_SUBMITFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/elementor/triggers/anon-elem-submitform.php: ANON_ELEM_SUBMITFORM::elem_submit_form() |
Validation function when the trigger action is hit |
src/integrations/facebook/actions/facebook-page-publish-photo.php: FACEBOOK_PAGE_PUBLISH_PHOTO::fb_pages_wp_ajax_endpoint_post_image() | |
src/integrations/facebook/actions/facebook-page-publish-photo.php: FACEBOOK_PAGE_PUBLISH_PHOTO::setup_action() |
Setup the action. |
src/integrations/facebook/actions/facebook-page-publish-photo.php: FACEBOOK_PAGE_PUBLISH_PHOTO::process_action() |
Process the action. |
src/integrations/facebook/actions/facebook-page-publish-post.php: FACEBOOK_PAGE_PUBLISH_POST::fb_pages_wp_ajax_endpoint_post_page() | |
src/integrations/facebook/actions/facebook-page-publish-post.php: FACEBOOK_PAGE_PUBLISH_POST::setup_action() |
Setup SENDEMAIL Automator Action. |
src/integrations/facebook/actions/facebook-page-publish-post.php: FACEBOOK_PAGE_PUBLISH_POST::process_action() |
Process the action. |
src/integrations/facebook/actions/facebook-page-publish-link.php: FACEBOOK_PAGE_PUBLISH_LINK::fb_pages_wp_ajax_endpoint_post_link() | |
src/integrations/facebook/actions/facebook-page-publish-link.php: FACEBOOK_PAGE_PUBLISH_LINK::setup_action() |
Setup Action. |
src/integrations/facebook/actions/facebook-page-publish-link.php: FACEBOOK_PAGE_PUBLISH_LINK::process_action() |
Process Facebook action. |
src/integrations/facebook/add-facebook-integration.php: Add_Facebook_Integration::add_integration_func() |
Registers Integration. |
src/integrations/facebook/helpers/facebook-helpers.php: Facebook_Helpers::__construct() | |
src/integrations/instagram/actions/instagram-publish-photo.php: INSTAGRAM_PUBLISH_PHOTO::ig_pages_wp_ajax_endpoint_post_link() | |
src/integrations/instagram/actions/instagram-publish-photo.php: INSTAGRAM_PUBLISH_PHOTO::setup_action() |
Setup Action. |
src/integrations/instagram/actions/instagram-publish-photo.php: INSTAGRAM_PUBLISH_PHOTO::process_action() |
Process the Instagram action. |
src/integrations/instagram/add-instagram-integration.php: Add_Instagram_Integration::add_integration_func() |
Registers Integration. |
src/integrations/instagram/helpers/instagram-helpers.php: Instagram_Helpers::__construct() | |
src/integrations/forminator/triggers/anon-fr-submitform.php: ANON_FR_SUBMITFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/forminator/triggers/anon-fr-submitform.php: ANON_FR_SUBMITFORM::fr_submit_form() |
Validation function when the trigger action is hit |
src/integrations/edd/triggers/edd-orderrefunded.php: EDD_ORDERREFUNDED::define_trigger() |
Define and register the trigger by pushing it into the Automator object. |
src/integrations/edd/triggers/edd-orderrefunded.php: EDD_ORDERREFUNDED::edd_order_refunded() |
Validation function when the trigger action is hit |
src/integrations/edd/tokens/edd-tokens.php: Edd_Tokens::parse_edd_trigger_tokens() |
Parse EDD tokens. |
src/integrations/mailchimp/actions/audience-addauser.php: AUDIENCE_ADDAUSER::add_update_audience_member() |
Validation function when the action is hit |
src/integrations/mailchimp/actions/audience-addauser.php: AUDIENCE_ADDAUSER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/mailchimp/actions/audience-addusertag.php: AUDIENCE_ADDUSERTAG::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/mailchimp/actions/audience-addusertag.php: AUDIENCE_ADDUSERTAG::add_tag_audience_member() |
Validation function when the action is hit |
src/integrations/mailchimp/actions/audience-removeusertag.php: AUDIENCE_REMOVEUSERTAG::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/mailchimp/actions/audience-removeusertag.php: AUDIENCE_REMOVEUSERTAG::remove_tag_audience_member() |
Validation function when the action is hit |
src/integrations/mailchimp/actions/audience-addusernote.php: AUDIENCE_ADDUSERNOTE::add_note_audience_member() |
Validation function when the action is hit |
src/integrations/mailchimp/actions/audience-addusernote.php: AUDIENCE_ADDUSERNOTE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/mailchimp/actions/campaign-createandsend.php: CAMPAIGN_CREATEANDSEND::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/mailchimp/actions/campaign-createandsend.php: CAMPAIGN_CREATEANDSEND::create_send_campaign() |
Validation function when the action is hit |
src/integrations/mailchimp/actions/audience-unsubscribeauser.php: AUDIENCE_UNSUBSCRIBEAUSER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/mailchimp/actions/audience-unsubscribeauser.php: AUDIENCE_UNSUBSCRIBEAUSER::unsubscribe_audience_member() |
Validation function when the action is hit |
src/integrations/mailchimp/helpers/mailchimp-helpers.php: Mailchimp_Helpers::get_all_email_templates() |
Get all email templates. |
src/integrations/mailchimp/helpers/mailchimp-helpers.php: Mailchimp_Helpers::select_mctagslist_from_mclist() |
Ajax callback for loading tags NAMES list. |
src/integrations/mailchimp/helpers/mailchimp-helpers.php: Mailchimp_Helpers::get_mailchimp_audience_fields() |
Ajax callback for loading audience list related merge fields. |
src/integrations/mailchimp/helpers/mailchimp-helpers.php: Mailchimp_Helpers::select_mcgroupslist_from_mclist() | |
src/integrations/wpforms/triggers/anon-wpf-subform.php: ANON_WPF_SUBFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wpforms/triggers/anon-wpf-subform.php: ANON_WPF_SUBFORM::wpform_submit() |
Validation method. |
src/integrations/slack/actions/slack-createchannel.php: SLACK_CREATECHANNEL::create_channel() | |
src/integrations/slack/actions/slack-senddirectmessage.php: SLACK_SENDDIRECTMESSAGE::define_action() |
Define and register the action by pushing it into the Automator object. |
src/integrations/slack/actions/slack-senddirectmessage.php: SLACK_SENDDIRECTMESSAGE::send_message() | |
src/integrations/slack/actions/slack-createchannel.php: SLACK_CREATECHANNEL::define_action() |
Define and register the action by pushing it into the Automator object. |
src/integrations/slack/actions/slack-sendmessage.php: SLACK_SENDMESSAGE::define_action() |
Define and register the action by pushing it into the Automator object. |
src/integrations/slack/actions/slack-sendmessage.php: SLACK_SENDMESSAGE::send_message() | |
src/integrations/ninja-forms/triggers/anon-nf-subform.php: ANON_NF_SUBFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/ninja-forms/triggers/anon-nf-subform.php: ANON_NF_SUBFORM::nform_submit() |
Validation function when the trigger action is hit |
src/integrations/fluent-crm/triggers/fcrm-user-status-updated.php: FCRM_USER_STATUS_UPDATED::get_matched_recipes_ids() |
Get the matching recipe ids. |
src/integrations/fluent-crm/triggers/fcrm-user-status-updated.php: FCRM_USER_STATUS_UPDATED::process_trigger() |
Processes our trigger. |
src/integrations/fluent-crm/tokens/fcrm-tokens.php: Fcrm_Tokens::fcrm_status_tokens() |
Parses the tokens. |
src/integrations/google-sheet/actions/sheet-addarecord.php: SHEET_ADDARECORD::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/google-sheet/actions/sheet-addarecord.php: SHEET_ADDARECORD::add_row_google_sheet() |
Validation function when the action is hit |
src/integrations/google-sheet/helpers/google-sheet-helpers.php: Google_Sheet_Helpers::select_gsworksheet_from_gsspreadsheet() |
Method select_gsworksheet_from_gsspreadsheet |
src/integrations/google-sheet/helpers/google-sheet-helpers.php: Google_Sheet_Helpers::get_worksheet_rows_gsspreadsheet() |
Method get_worksheet_rows_gsspreadsheet |
src/integrations/google-sheet/helpers/google-sheet-helpers.php: Google_Sheet_Helpers::__construct() |
Googlesheet_Pro_Helpers constructor. |
src/integrations/google-sheet/helpers/google-sheet-helpers.php: Google_Sheet_Helpers::select_gsspreadsheet_from_gsdrive() |
Method select_gsspreadsheet_from_gsdrive |
src/integrations/woocommerce/triggers/wc-purchprod-dep.php: WC_PURCHPROD_DEP::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/woocommerce/triggers/wc-purchprod-dep.php: WC_PURCHPROD_DEP::payment_completed() |
Validation function when the trigger action is hit |
src/integrations/woocommerce/triggers/wc-purchasesproduct.php: WC_PURCHASESPRODUCT::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/woocommerce/triggers/wc-purchasesproduct.php: WC_PURCHASESPRODUCT::payment_completed() |
Validation function when the trigger action is hit |
src/integrations/twitter/actions/twitter-poststatus-2.php: TWITTER_POSTSTATUS_2::media_upload() |
Send image to Automator API. |
src/integrations/twitter/actions/twitter-poststatus-2.php: TWITTER_POSTSTATUS_2::define_action() |
Define and register the action by pushing it into the Automator object. |
src/integrations/twitter/actions/twitter-poststatus-2.php: TWITTER_POSTSTATUS_2::post_status() |
Action validation function. |
src/integrations/twitter/actions/twitter-poststatus-2.php: TWITTER_POSTSTATUS_2::statuses_update() |
Send data to Automator API. |
src/integrations/contact-form7/triggers/anon-cf7-subform.php: ANON_CF7_SUBFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/contact-form7/triggers/anon-cf7-subform.php: ANON_CF7_SUBFORM::wpcf7_submit() |
Validation function when the trigger action is hit |
src/integrations/learndash/actions/ld-achievements-award.php: LD_ACHIEVEMENTS_AWARD::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/learndash/actions/ld-achievements-award.php: LD_ACHIEVEMENTS_AWARD::award_achievement() |
Awards the achievement. |
src/integrations/learndash/actions/ld-achievements-award.php: LD_ACHIEVEMENTS_AWARD::get_achievements() | |
src/integrations/gravity-forms/triggers/anon-gf-subform.php: ANON_GF_SUBFORM::gform_submit() |
Validation function when the trigger action is hit |
src/integrations/gravity-forms/triggers/anon-gf-subform.php: ANON_GF_SUBFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-fluent-forms/triggers/anon-wpff-subform.php: ANON_WPFF_SUBFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-fluent-forms/triggers/anon-wpff-subform.php: ANON_WPFF_SUBFORM::wpffform_submit() |
Validation function when the trigger action is hit |
src/integrations/wp/triggers/wp-usercreatespost.php: WP_USERCREATESPOST::store_thumbnail() | |
src/integrations/modern-events-calendar/add-mec-integration.php: Add_Mec_Integration::update_icon() |
Update Pro integration icon. |
src/core/anon/class-add-anon-recipe-type.php: Add_Anon_Recipe_Type::add_anon_type_recipe() | |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::set_recipe_requires_user() | |
src/core/admin/class-automator-review.php: Automator_Review::get_recipes_using_credits() |
Callback for getting recipes using api credits. |
src/integrations/uncanny-ceus/triggers/uncannyceus-earns-number-ceus.php: UNCANNYCEUS_EARNS_NUMBER_CEUS::tokens() | |
src/integrations/uncanny-ceus/triggers/uncannyceus-earns-number-ceus.php: UNCANNYCEUS_EARNS_NUMBER_CEUS::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-ceus/triggers/uncannyceus-earns-number-ceus.php: UNCANNYCEUS_EARNS_NUMBER_CEUS::updated_user_ceu_record() | |
src/integrations/fluent-crm/triggers/fcrm-user-status-updated.php: FCRM_USER_STATUS_UPDATED::define_trigger() |
Define and register the trigger by pushing it into the Automator object. |
src/integrations/gamipress/tokens/gamipress-tokens.php: Gamipress_Tokens::parse_token() |
Parse the token as usual. |
src/integrations/wp/actions/wp-sendemail.php: WP_SENDEMAIL::process_action() | |
src/integrations/wp/triggers/wp-postreceivescomment.php: WP_POSTRECEIVESCOMMENT::define_trigger() | |
src/integrations/wp/triggers/wp-postreceivescomment.php: WP_POSTRECEIVESCOMMENT::post_receives_comment() | |
src/global-functions.php: automator_get_recipe_id() |
Get recipe ID by it’s child item |
src/core/admin/class-logs-list-table.php: Logs_List_Table::format_recipe_activity_data() |
Format recipes log data |
src/core/lib/helper-functions/automator-helper-functions.php: automator_add_float_field() | |
src/core/lib/helper-functions/automator-helper-functions.php: automator_add_textarea_field() | |
src/core/lib/helper-functions/automator-helper-functions.php: automator_add_recipe_run() | |
src/core/lib/helper-functions/automator-helper-functions.php: automator_add_text_field() | |
src/core/lib/helper-functions/automator-helper-functions.php: automator_add_email_field() | |
src/core/lib/helper-functions/automator-helper-functions.php: automator_add_integer_field() | |
src/core/lib/recipe-parts/trait-integrations.php: Integrations::add_integration() | |
src/core/lib/recipe-parts/actions/trait-action-setup.php: Action_Setup::register_action() |
Define and register the action by pushing it into the Automator object |
src/core/lib/recipe-parts/actions/trait-action-helpers-email.php: Action_Helpers_Email::send_email() | |
src/core/lib/recipe-parts/actions/trait-action-helpers-email.php: Action_Helpers_Email::set_mail_values() | |
src/core/lib/recipe-parts/actions/trait-action-parser.php: Action_Parser::maybe_parse_tokens() | |
src/core/lib/recipe-parts/triggers/trait-trigger-setup.php: Trigger_Setup::register_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/core/lib/recipe-parts/triggers/trait-trigger-setup.php: Trigger_Setup::set_author() | |
src/core/lib/recipe-parts/triggers/trait-trigger-setup.php: Trigger_Setup::set_support_link() | |
src/core/lib/recipe-parts/triggers/trait-trigger-conditions.php: Trigger_Conditions::required_condition_in_trigger_meta() |
Further drill down recipes that has the required meta in them. |
src/core/lib/recipe-parts/triggers/trait-trigger-conditions.php: Trigger_Conditions::trigger_recipes() |
Return recipes that matches with trigger code. |
src/core/lib/recipe-parts/triggers/trait-triggers.php: Triggers::process_trigger() |
Everything has been sorted. Let’s go ahead and execute trigger. |
src/core/lib/recipe-parts/trait-closures.php: Closure::redirect() | |
src/core/lib/recipe-parts/closures/trait-closure-setup.php: Closure_Setup::register_closure() |
Define and register the closure by pushing it into the Automator object |
src/core/lib/recipe-parts/closures/trait-closure-setup.php: Closure_Setup::set_author() | |
src/core/lib/recipe-parts/closures/trait-closure-setup.php: Closure_Setup::set_support_link() | |
src/core/lib/recipe-parts/trait-tokens.php: Tokens::get_parser_object_from_trigger() | |
src/integrations/formidable/triggers/fi-submitform.php: FI_SUBMITFORM::fi_submit_form() |
Validation function when the trigger action is hit |
src/integrations/formidable/triggers/fi-submitform.php: FI_SUBMITFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/formidable/helpers/formidable-helpers.php: Formidable_Helpers::__construct() |
Formidable_Helpers constructor. |
src/integrations/formidable/helpers/formidable-helpers.php: Formidable_Helpers::all_formidable_forms() | |
src/integrations/formidable/helpers/formidable-helpers.php: Formidable_Helpers::extract_save_fi_fields() | |
src/integrations/masterstudy-lms/actions/masterstudy-markcoursecomplete.php: MASTERSTUDY_MARKCOURSECOMPLETE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/masterstudy-lms/actions/masterstudy-markcoursecomplete.php: MASTERSTUDY_MARKCOURSECOMPLETE::mark_course_complete() |
Validation function when the action is hit |
src/integrations/masterstudy-lms/triggers/masterstudy-quizpassed.php: MASTERSTUDY_QUIZPASSED::quiz_passed() |
Validation function when the trigger action is hit |
src/integrations/masterstudy-lms/triggers/masterstudy-coursedone.php: MASTERSTUDY_COURSEDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/masterstudy-lms/triggers/masterstudy-coursedone.php: MASTERSTUDY_COURSEDONE::course_done() |
Validation function when the trigger action is hit |
src/integrations/masterstudy-lms/triggers/masterstudy-quizpassed.php: MASTERSTUDY_QUIZPASSED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/masterstudy-lms/triggers/masterstudy-lessondone.php: MASTERSTUDY_LESSONDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/masterstudy-lms/triggers/masterstudy-lessondone.php: MASTERSTUDY_LESSONDONE::lesson_completed() |
Validation function when the trigger action is hit |
src/integrations/masterstudy-lms/triggers/masterstudy-courseenrolled.php: MASTERSTUDY_COURSEENROLLED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/masterstudy-lms/triggers/masterstudy-courseenrolled.php: MASTERSTUDY_COURSEENROLLED::course_enrolled() |
Validation function when the trigger action is hit |
src/integrations/masterstudy-lms/triggers/masterstudy-quizfailed.php: MASTERSTUDY_QUIZFAILED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/masterstudy-lms/triggers/masterstudy-quizfailed.php: MASTERSTUDY_QUIZFAILED::quiz_failed() |
Validation function when the trigger action is hit |
src/integrations/masterstudy-lms/helpers/masterstudy-helpers.php: Masterstudy_Helpers::__construct() |
Masterstudy_Helpers constructor. |
src/integrations/masterstudy-lms/helpers/masterstudy-helpers.php: Masterstudy_Helpers::select_lesson_from_course_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/masterstudy-lms/helpers/masterstudy-helpers.php: Masterstudy_Helpers::select_quiz_from_course_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/caldera-forms/triggers/cf-subform.php: CF_SUBFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/caldera-forms/triggers/cf-subform.php: CF_SUBFORM::caldera_forms_submit() |
Validation function when the trigger action is hit |
src/integrations/caldera-forms/helpers/caldera-helpers.php: Caldera_Helpers::list_caldera_forms_forms() | |
src/integrations/caldera-forms/helpers/caldera-helpers.php: Caldera_Helpers::__construct() |
Caldera_Helpers constructor. |
src/integrations/happyforms/triggers/hf-formsubmit.php: HF_FORMSUBMIT::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/happyforms/triggers/hf-formsubmit.php: HF_FORMSUBMIT::hf_form_submitted() |
Validation function when the trigger action is hit |
src/integrations/happyforms/helpers/happyforms-helpers.php: Happyforms_Helpers::all_happyforms_forms() | |
src/integrations/happyforms/helpers/happyforms-helpers.php: Happyforms_Helpers::extract_save_hf_fields() | |
src/integrations/happyforms/helpers/happyforms-helpers.php: Happyforms_Helpers::__construct() |
Happyforms_Helpers constructor. |
src/integrations/learnpress/actions/lp-marksectiondone.php: LP_MARKSECTIONDONE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/learnpress/actions/lp-marksectiondone.php: LP_MARKSECTIONDONE::lp_mark_section_done() |
Validation function when the action is hit. |
src/integrations/learnpress/triggers/lp-lessondone.php: LP_LESSONDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/learnpress/triggers/lp-lessondone.php: LP_LESSONDONE::lp_lesson_completed() |
Validation function when the trigger action is hit |
src/integrations/learnpress/actions/lp-marklessondone.php: LP_MARKLESSONDONE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/learnpress/actions/lp-marklessondone.php: LP_MARKLESSONDONE::lp_mark_lesson_done() |
Validation function when the action is hit. |
src/integrations/learnpress/triggers/lp-coursedone.php: LP_COURSEDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/learnpress/triggers/lp-coursedone.php: LP_COURSEDONE::lp_course_done() |
Validation function when the trigger action is hit |
src/integrations/learnpress/triggers/lp-courseenrolled.php: LP_COURSEENROLLED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/learnpress/triggers/lp-courseenrolled.php: LP_COURSEENROLLED::lp_course_enrolled() |
Validation function when the trigger action is hit |
src/integrations/learnpress/helpers/learnpress-helpers.php: Learnpress_Helpers::select_lesson_from_section_func() |
Return all the lessons of section ID provided in ajax call |
src/integrations/learnpress/helpers/learnpress-helpers.php: Learnpress_Helpers::__construct() |
Learnpress_Helpers constructor. |
src/integrations/learnpress/helpers/learnpress-helpers.php: Learnpress_Helpers::all_lp_courses() | |
src/integrations/learnpress/helpers/learnpress-helpers.php: Learnpress_Helpers::all_lp_lessons() | |
src/integrations/learnpress/helpers/learnpress-helpers.php: Learnpress_Helpers::select_section_from_course_func() |
Return all the sections of course ID provided in ajax call |
src/integrations/ultimate-member/triggers/um-userrolechange.php: UM_USERROLECHANGE::match_condition() | |
src/integrations/ultimate-member/triggers/um-userinactive.php: UM_USERINACTIVE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/ultimate-member/triggers/um-userinactive.php: UM_USERINACTIVE::um_after_user_is_inactive() |
Validation function when the trigger action is hit |
src/integrations/ultimate-member/triggers/um-userrolechange.php: UM_USERROLECHANGE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/ultimate-member/triggers/um-userrolechange.php: UM_USERROLECHANGE::set_user_role() |
Validation function when the trigger action is hit |
src/integrations/ultimate-member/triggers/um-userlogsin.php: UM_USERLOGSIN::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/ultimate-member/triggers/um-userlogsin.php: UM_USERLOGSIN::um_user_login() |
Validation function when the trigger action is hit |
src/integrations/ultimate-member/triggers/um-userregister.php: UM_USERREGISTER::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/ultimate-member/triggers/um-userregister.php: UM_USERREGISTER::um_user_register_with_form() |
Validation function when the trigger action is hit |
src/integrations/ultimate-member/helpers/ultimate-member-helpers.php: Ultimate_Member_Helpers::__construct() |
Ultimate_Member_Helpers constructor. |
src/integrations/ultimate-member/helpers/ultimate-member-helpers.php: Ultimate_Member_Helpers::get_um_forms() | |
src/integrations/wp-simple-pay/triggers/wpsp-purchwithform.php: WPSP_PURCHWITHFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-simple-pay/triggers/wpsp-purchwithform.php: WPSP_PURCHWITHFORM::simple_pay_charge_created() | |
src/integrations/wp-simple-pay/helpers/wpsp-helpers.php: Wpsp_Helpers::list_wp_simpay_forms() | |
src/integrations/wp-simple-pay/helpers/wpsp-helpers.php: Wpsp_Helpers::__construct() |
Wpsp_Helpers constructor. |
src/integrations/buddyboss/actions/bdb-addtogroup.php: BDB_ADDTOGROUP::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/buddyboss/actions/bdb-addtogroup.php: BDB_ADDTOGROUP::add_to_bb_group() |
Validation function when the action is hit |
src/integrations/buddyboss/triggers/bdb-userupdateprofile.php: BDB_USERUPDATEPROFILE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddyboss/triggers/bdb-userupdateprofile.php: BDB_USERUPDATEPROFILE::bp_user_updated_profile() |
Validation function when the trigger action is hit |
src/integrations/buddyboss/triggers/bdb-usersendsfriendrequest.php: BDB_USERSENDSFRIENDREQUEST::bp_friends_friendship_requested() |
Validation function when the trigger action is hit |
src/integrations/buddyboss/triggers/bdb-userupdateavatar.php: BDB_USERUPDATEAVATAR::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddyboss/triggers/bdb-userupdateavatar.php: BDB_USERUPDATEAVATAR::bp_user_updated_avatar() |
Validation function when the trigger action is hit |
src/integrations/buddyboss/triggers/bdb-usersendsfriendrequest.php: BDB_USERSENDSFRIENDREQUEST::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddyboss/triggers/bdb-userpostreplyforum.php: BDB_USERPOSTREPLYFORUM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddyboss/triggers/bdb-userpostreplyforum.php: BDB_USERPOSTREPLYFORUM::bbp_insert_reply() |
Validation function when the trigger action is hit |
src/integrations/buddyboss/triggers/bdb-usersentinvite.php: BDB_USERSENTINVITE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddyboss/triggers/bdb-usersentinvite.php: BDB_USERSENTINVITE::bp_core_activated_user() |
Validation function when the trigger action is hit |
src/integrations/buddyboss/triggers/bdb-accactivate.php: BDB_ACCACTIVATE::bp_core_activated_user() |
Validation function when the trigger action is hit |
src/integrations/buddyboss/triggers/bdb-usernewfollower.php: BDB_USERNEWFOLLOWER::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddyboss/triggers/bdb-usernewfollower.php: BDB_USERNEWFOLLOWER::bp_start_following_user() |
Validation function when the trigger action is hit |
src/integrations/buddyboss/triggers/bdb-accactivate.php: BDB_ACCACTIVATE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddyboss/triggers/bdb-useracceptfriendrequest.php: BDB_USERACCEPTFRIENDREQUEST::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddyboss/triggers/bdb-useracceptfriendrequest.php: BDB_USERACCEPTFRIENDREQUEST::bp_friends_friendship_accepted() |
Validation function when the trigger action is hit |
src/integrations/buddyboss/triggers/bdb-activitystrm.php: BDB_ACTIVITYSTRM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddyboss/triggers/bdb-activitystrm.php: BDB_ACTIVITYSTRM::bp_activity_posted_update() |
Validation function when the trigger action is hit |
src/integrations/buddyboss/triggers/bdb-newtopic.php: BDB_NEWTOPIC::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddyboss/triggers/bdb-newtopic.php: BDB_NEWTOPIC::bbp_new_topic() |
Validation function when the trigger action is hit |
src/integrations/buddyboss/helpers/buddyboss-helpers.php: Buddyboss_Helpers::__construct() |
Buddyboss_Helpers constructor. |
src/integrations/buddyboss/helpers/buddyboss-helpers.php: Buddyboss_Helpers::all_buddyboss_groups() | |
src/integrations/buddyboss/helpers/buddyboss-helpers.php: Buddyboss_Helpers::all_buddyboss_users() | |
src/integrations/buddyboss/helpers/buddyboss-helpers.php: Buddyboss_Helpers::list_buddyboss_forums() | |
src/integrations/buddyboss/tokens/bdb-tokens.php: Bdb_Tokens::parse_bp_token() |
Parse tokens. |
src/integrations/elementor/triggers/elem-submitform.php: ELEM_SUBMITFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/elementor/triggers/elem-submitform.php: ELEM_SUBMITFORM::elem_submit_form() |
Validation function when the trigger action is hit |
src/integrations/elementor/helpers/elementor-helpers.php: Elementor_Helpers::all_elementor_forms() | |
src/integrations/elementor/tokens/elem-tokens.php: Elem_Tokens::elem_token() |
Parse the token. |
src/integrations/elementor/tokens/elem-tokens.php: Elem_Tokens::elem_save_form_entry() |
Save form entry in meta. |
src/integrations/elementor/tokens/elem-tokens.php: Elem_Tokens::elem_possible_tokens() |
Prepare tokens. |
src/integrations/wishlist-member/triggers/wm-useradded.php: WM_USERADDED::add_user_to_membership_level() | |
src/integrations/wishlist-member/actions/wm-adduser-a.php: WM_ADDUSER_A::define_action() |
Define and register the action by pushing it into the Automator object Add the user to {a membership level} |
src/integrations/wishlist-member/actions/wm-adduser-a.php: WM_ADDUSER_A::add_user_to_membership_levels() |
Validation function when the trigger action is hit |
src/integrations/wishlist-member/triggers/wm-useradded.php: WM_USERADDED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wishlist-member/triggers/wm-userremoved.php: WM_USERREMOVED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wishlist-member/triggers/wm-userremoved.php: WM_USERREMOVED::remove_user_to_membership_level() | |
src/integrations/wishlist-member/helpers/wishlist-member-helpers.php: Wishlist_Member_Helpers::__construct() |
Wishlist_Member_Helpers constructor. |
src/integrations/wishlist-member/helpers/wishlist-member-helpers.php: Wishlist_Member_Helpers::wm_get_all_membership_levels() | |
src/integrations/tutorlms/triggers/tutorlms-quizpassed.php: TUTORLMS_QUIZPASSED::passed() |
Validates Trigger. |
src/integrations/integromat/helpers/integromat-helpers.php: Integromat_Helpers::__construct() |
Integromat_Pro_Helpers constructor. |
src/integrations/tutorlms/triggers/tutorlms-quizfailed.php: TUTORLMS_QUIZFAILED::define_trigger() |
Registers Quiz Attempt Failed trigger. |
src/integrations/tutorlms/triggers/tutorlms-quizfailed.php: TUTORLMS_QUIZFAILED::failed() |
Validates Trigger. |
src/integrations/tutorlms/triggers/tutorlms-quizpassed.php: TUTORLMS_QUIZPASSED::define_trigger() |
Registers Quiz Attempt Passed trigger. |
src/integrations/tutorlms/triggers/tutorlms-quizattempted.php: TUTORLMS_QUIZATTEMPTED::attempted() |
Validates Quiz Attempt. |
src/integrations/tutorlms/triggers/tutorlms-coursecompleted.php: TUTORLMS_COURSECOMPLETED::define_trigger() |
Registers Course Completion trigger. |
src/integrations/tutorlms/triggers/tutorlms-coursecompleted.php: TUTORLMS_COURSECOMPLETED::complete() |
Validates Trigger. |
src/integrations/tutorlms/triggers/tutorlms-lessoncompleted.php: TUTORLMS_LESSONCOMPLETED::define_trigger() |
Registers Lesson Completion trigger. |
src/integrations/tutorlms/triggers/tutorlms-lessoncompleted.php: TUTORLMS_LESSONCOMPLETED::complete() |
Validates Trigger. |
src/integrations/tutorlms/triggers/tutorlms-quizattempted.php: TUTORLMS_QUIZATTEMPTED::define_trigger() |
Registers Quiz Attempt trigger. |
src/integrations/tutorlms/helpers/tutorlms-helpers.php: Tutorlms_Helpers::all_tutorlms_quizzes() |
Creates options for trigger. |
src/integrations/tutorlms/helpers/tutorlms-helpers.php: Tutorlms_Helpers::__construct() |
Tutorlms_Helpers constructor. |
src/integrations/tutorlms/helpers/tutorlms-helpers.php: Tutorlms_Helpers::all_tutorlms_lessons() |
Creates options for trigger. |
src/integrations/tutorlms/helpers/tutorlms-helpers.php: Tutorlms_Helpers::all_tutorlms_courses() |
Creates options for trigger. |
src/integrations/wp-user-manager/triggers/wpum-updatedescription.php: WPUM_UPDATEDESCRIPTION::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-user-manager/triggers/wpum-updatedescription.php: WPUM_UPDATEDESCRIPTION::wpum_description_update() | |
src/integrations/wp-user-manager/triggers/wpum-userregister.php: WPUM_USERREGISTER::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-user-manager/triggers/wpum-userregister.php: WPUM_USERREGISTER::wpum_register_user() | |
src/integrations/wp-user-manager/triggers/wpum-updatesprofilephoto.php: WPUM_UPDATESPROFILEPHOTO::wpum_profile_photo_updated() | |
src/integrations/wp-user-manager/triggers/wpum-updatescoverphoto.php: WPUM_UPDATESCOVERPHOTO::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-user-manager/triggers/wpum-updatescoverphoto.php: WPUM_UPDATESCOVERPHOTO::wpum_cover_photo_updated() | |
src/integrations/wp-user-manager/triggers/wpum-updatesprofilephoto.php: WPUM_UPDATESPROFILEPHOTO::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-user-manager/triggers/wpum-removescoverphoto.php: WPUM_REMOVESCOVERPHOTO::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-user-manager/triggers/wpum-removescoverphoto.php: WPUM_REMOVESCOVERPHOTO::wpum_profile_cover_removed() | |
src/integrations/wp-user-manager/triggers/wpum-removesprofilephoto.php: WPUM_REMOVESPROFILEPHOTO::wpum_profile_photo_removed() | |
src/integrations/wp-user-manager/triggers/wpum-removesprofilephoto.php: WPUM_REMOVESPROFILEPHOTO::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-user-manager/helpers/wp-user-manager-helpers.php: Wp_User_Manager_Helpers::get_all_forms() | |
src/integrations/wp-user-manager/helpers/wp-user-manager-helpers.php: Wp_User_Manager_Helpers::__construct() |
Wp_User_Manager_Helpers constructor. |
src/integrations/events-manager/triggers/em-register.php: EM_REGISTER::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/forminator/triggers/fr-submitform.php: FR_SUBMITFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/forminator/triggers/fr-submitform.php: FR_SUBMITFORM::fr_submit_form() |
Validation function when the trigger action is hit |
src/integrations/forminator/helpers/forminator-helpers.php: Forminator_Helpers::__construct() |
Forminator_Helpers constructor. |
src/integrations/forminator/helpers/forminator-helpers.php: Forminator_Helpers::all_forminator_forms() | |
src/integrations/forminator/tokens/fr-tokens.php: Fr_Tokens::fr_token() |
Parse the token. |
src/integrations/forminator/tokens/fr-tokens.php: Fr_Tokens::fr_save_form_entry() |
Save form entry in meta. |
src/integrations/popup-maker/actions/pm-popupshow.php: PM_POPUPSHOW::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/popup-maker/actions/pm-popupshow.php: PM_POPUPSHOW::display_pop_up() |
Validation function when the trigger action is hit |
src/integrations/h5p/helpers/h5p-helpers.php: H5p_Helpers::__construct() |
H5p_Helpers constructor. |
src/integrations/paid-memberships-pro/triggers/pmp-membershippurch.php: PMP_MEMBERSHIPPURCH::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/paid-memberships-pro/triggers/pmp-membershippurch.php: PMP_MEMBERSHIPPURCH::pmpro_payment_completed() |
Validation function when the trigger action is hit |
src/integrations/paid-memberships-pro/triggers/pmp-membershipcancel.php: PMP_MEMBERSHIPCANCEL::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/paid-memberships-pro/triggers/pmp-membershipcancel.php: PMP_MEMBERSHIPCANCEL::pmpro_subscription_cancelled() |
Validation function when the trigger action is hit |
src/integrations/paid-memberships-pro/triggers/pmp-membershipexpires.php: PMP_MEMBERSHIPEXPIRES::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/paid-memberships-pro/triggers/pmp-membershipexpires.php: PMP_MEMBERSHIPEXPIRES::pmpro_subscription_expired() |
Validation function when the trigger action is hit |
src/integrations/paid-memberships-pro/helpers/paid-memberships-pro-helpers.php: Paid_Memberships_Pro_Helpers::all_memberships() | |
src/integrations/paid-memberships-pro/helpers/paid-memberships-pro-helpers.php: Paid_Memberships_Pro_Helpers::__construct() |
Paid_Memberships_Pro_Helpers constructor. |
src/integrations/paid-memberships-pro/tokens/pmp-tokens.php: Pmp_Tokens::uap_save_pmp_membership_level() | |
src/integrations/affiliate-wp/triggers/affwp-approvalwaiting.php: AFFWP_APPROVALWAITING::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/affiliate-wp/triggers/affwp-approvalwaiting.php: AFFWP_APPROVALWAITING::affwp_approval_awaiting() | |
src/integrations/affiliate-wp/triggers/affwp-specifictypereferral.php: AFFWP_SPECIFICTYPEREFERRAL::affwp_insert_specific_type_referral() |
Processes our hook. |
src/integrations/affiliate-wp/triggers/affwp-newaffiliateapproved.php: AFFWP_NEWAFFILIATEAPPROVED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/affiliate-wp/triggers/affwp-newaffiliateapproved.php: AFFWP_NEWAFFILIATEAPPROVED::affwp_affiliate_approved() | |
src/integrations/affiliate-wp/triggers/affwp-specifictypereferral.php: AFFWP_SPECIFICTYPEREFERRAL::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/affiliate-wp/triggers/affwp-newaffiliate.php: AFFWP_NEWAFFILIATE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/affiliate-wp/triggers/affwp-newaffiliate.php: AFFWP_NEWAFFILIATE::affwp_user_becomes_affiliate() | |
src/integrations/edd/triggers/edd-orderdone.php: EDD_ORDERDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/edd/triggers/edd-orderdone.php: EDD_ORDERDONE::edd_complete_purchase() |
Validation function when the trigger action is hit |
src/integrations/edd/triggers/edd-productpurchase.php: EDD_PRODUCTPURCHASE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/edd/triggers/edd-productpurchase.php: EDD_PRODUCTPURCHASE::edd_product_purchase() |
Validation function when the trigger action is hit |
src/integrations/event-tickets/triggers/ec-register.php: EC_REGISTER::user_registered() |
Validation function when the trigger action is hit |
src/integrations/edd/helpers/edd-helpers.php: Edd_Helpers::all_edd_downloads() |
All EDD downloads options. |
src/integrations/event-tickets/triggers/ec-register.php: EC_REGISTER::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/event-tickets/helpers/event-tickets-helpers.php: Event_Tickets_Helpers::__construct() |
Event_Tickets_Helpers constructor. |
src/integrations/event-tickets/helpers/event-tickets-helpers.php: Event_Tickets_Helpers::all_ec_events() | |
src/integrations/event-tickets/helpers/event-tickets-helpers.php: Event_Tickets_Helpers::all_ec_rsvp_events() | |
src/integrations/wplms/triggers/wplms-unitcompleted.php: WPLMS_UNITCOMPLETED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wplms/triggers/wplms-unitcompleted.php: WPLMS_UNITCOMPLETED::wplms_unit_completed() |
Validation function when the trigger action is hit |
src/integrations/wplms/triggers/wplms-coursestarted.php: WPLMS_COURSESTARTED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wplms/triggers/wplms-coursestarted.php: WPLMS_COURSESTARTED::wplms_course_started() |
Validation function when the trigger action is hit |
src/integrations/wplms/triggers/wplms-coursecompleted.php: WPLMS_COURSECOMPLETED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wplms/triggers/wplms-coursecompleted.php: WPLMS_COURSECOMPLETED::wplms_course_completed() |
Validation function when the trigger action is hit |
src/integrations/wplms/triggers/wplms-quizcompleted.php: WPLMS_QUIZCOMPLETED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wplms/triggers/wplms-quizcompleted.php: WPLMS_QUIZCOMPLETED::wplms_quiz_completed() |
Validation function when the trigger action is hit |
src/integrations/wplms/helpers/wplms-helpers.php: Wplms_Helpers::all_wplms_quizs() | |
src/integrations/wplms/helpers/wplms-helpers.php: Wplms_Helpers::all_wplms_courses() | |
src/integrations/wplms/helpers/wplms-helpers.php: Wplms_Helpers::all_wplms_units() | |
src/integrations/wplms/helpers/wplms-helpers.php: Wplms_Helpers::__construct() |
Wplms_Helpers constructor. |
src/integrations/bbpress/triggers/bb-newtopic.php: BB_NEWTOPIC::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/bbpress/triggers/bb-newtopic.php: BB_NEWTOPIC::bbp_new_topic() |
Validation function when the trigger action is hit |
src/integrations/bbpress/helpers/bbpress-helpers.php: Bbpress_Helpers::list_bbpress_forums() | |
src/integrations/mycred/actions/mycred-awardpoints-a.php: MYCRED_AWARDPOINTS_A::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/mycred/actions/mycred-awardpoints-a.php: MYCRED_AWARDPOINTS_A::award_mycred_points() |
Validation function when the trigger action is hit |
src/integrations/bbpress/helpers/bbpress-helpers.php: Bbpress_Helpers::__construct() |
Bbpress_Helpers constructor. |
src/integrations/mycred/actions/mycred-awardbadge-a.php: MYCRED_AWARDBADGE_A::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/mycred/actions/mycred-awardbadge-a.php: MYCRED_AWARDBADGE_A::award_mycred_badge() |
Validation function when the trigger action is hit |
src/integrations/mycred/actions/mycred-awardrank-a.php: MYCRED_AWARDRANK_A::award_mycred_ranks() |
Validation function when the trigger action is hit |
src/integrations/mycred/actions/mycred-awardrank-a.php: MYCRED_AWARDRANK_A::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/mycred/helpers/mycred-helpers.php: Mycred_Helpers::list_mycred_points_types() | |
src/integrations/mycred/helpers/mycred-helpers.php: Mycred_Helpers::list_mycred_rank_types() | |
src/integrations/mycred/helpers/mycred-helpers.php: Mycred_Helpers::list_mycred_badges() | |
src/integrations/mycred/helpers/mycred-helpers.php: Mycred_Helpers::__construct() |
Mycred_Helpers constructor. |
src/integrations/wp-job-manager/triggers/wpjm-jobapplication.php: WPJM_JOBAPPLICATION::new_job_application() | |
src/integrations/wp-job-manager/triggers/wpjm-submitresume.php: WPJM_SUBMITRESUME::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-job-manager/triggers/wpjm-submitresume.php: WPJM_SUBMITRESUME::resume_manager_resume_submitted() | |
src/integrations/wp-job-manager/triggers/wpjm-jobapplication.php: WPJM_JOBAPPLICATION::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-job-manager/triggers/wpjm-submitjob.php: WPJM_SUBMITJOB::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-job-manager/triggers/wpjm-submitjob.php: WPJM_SUBMITJOB::job_manager_job_submitted() | |
src/integrations/wp-job-manager/helpers/wpjm-helpers.php: Wpjm_Helpers::list_wpjm_jobs() | |
src/integrations/wp-job-manager/helpers/wpjm-helpers.php: Wpjm_Helpers::__construct() |
Wpjm_Helpers constructor. |
src/integrations/wp-job-manager/helpers/wpjm-helpers.php: Wpjm_Helpers::list_wpjm_job_types() | |
src/integrations/wp-job-manager/tokens/wpjm-tokens.php: Wpjm_Tokens::wpjm_token() | |
src/integrations/buddypress/actions/bp-addtogroup.php: BP_ADDTOGROUP::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/buddypress/actions/bp-addtogroup.php: BP_ADDTOGROUP::add_to_bp_group() |
Validation function when the action is hit |
src/integrations/buddypress/triggers/bp-userupdateprofile.php: BP_USERUPDATEPROFILE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddypress/triggers/bp-userupdateprofile.php: BP_USERUPDATEPROFILE::bp_user_updated_profile() |
Validation function when the trigger action is hit |
src/integrations/buddypress/triggers/bp-useracceptfriendrequest.php: BP_USERACCEPTFRIENDREQUEST::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddypress/triggers/bp-useracceptfriendrequest.php: BP_USERACCEPTFRIENDREQUEST::bp_friends_friendship_accepted() |
Validation function when the trigger action is hit |
src/integrations/buddypress/triggers/bp-userupdateavatar.php: BP_USERUPDATEAVATAR::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddypress/triggers/bp-userupdateavatar.php: BP_USERUPDATEAVATAR::bp_user_updated_avatar() |
Validation function when the trigger action is hit |
src/integrations/buddypress/triggers/bp-activitystrm.php: BP_ACTIVITYSTRM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddypress/triggers/bp-activitystrm.php: BP_ACTIVITYSTRM::bp_activity_posted_update() |
Validation function when the trigger action is hit |
src/integrations/buddypress/triggers/bp-accactivate.php: BP_ACCACTIVATE::bp_core_activated_user() |
Validation function when the trigger action is hit |
src/integrations/buddypress/triggers/bp-usersendsfriendrequest.php: BP_USERSENDSFRIENDREQUEST::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddypress/triggers/bp-usersendsfriendrequest.php: BP_USERSENDSFRIENDREQUEST::bp_friends_friendship_requested() |
Validation function when the trigger action is hit |
src/integrations/buddypress/triggers/bp-accactivate.php: BP_ACCACTIVATE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/buddypress/helpers/buddypress-helpers.php: Buddypress_Helpers::__construct() |
Buddypress_Helpers constructor. |
src/integrations/buddypress/helpers/buddypress-helpers.php: Buddypress_Helpers::all_buddypress_groups() | |
src/integrations/buddypress/helpers/buddypress-helpers.php: Buddypress_Helpers::all_buddypress_users() | |
src/integrations/buddypress/helpers/buddypress-helpers.php: Buddypress_Helpers::select_topic_fields_func() |
Return all the specific topics of a forum in ajax call |
src/integrations/buddypress/tokens/bp-tokens.php: Bp_Tokens::parse_bp_token() |
Parse BuddyPress Token. |
src/integrations/wp-polls/triggers/wpp-pollsubmit.php: WPP_POLLSUBMIT::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-polls/triggers/wpp-pollsubmit.php: WPP_POLLSUBMIT::poll_success() | |
src/integrations/wp-polls/helpers/wppolls-helpers.php: Wppolls_Helpers::__construct() |
Buddypress_Helpers constructor. |
src/integrations/zapier/helpers/zapier-helpers.php: Zapier_Helpers::__construct() |
Zapier_Pro_Helpers constructor. |
src/integrations/wpforms/triggers/wpf-subform.php: WPF_SUBFORM::define_trigger() |
Define the trigger. |
src/integrations/wpforms/triggers/wpf-subform.php: WPF_SUBFORM::wpform_submit() |
Validation callback method. |
src/integrations/wpforms/helpers/wpforms-helpers.php: Wpforms_Helpers::list_wp_forms() |
List wp_forms. |
src/integrations/wpforms/tokens/wpf-tokens.php: Wpf_Tokens::wpf_token() | |
src/integrations/wpforms/tokens/wpf-tokens.php: Wpf_Tokens::wpf_form_save_entry() | |
src/integrations/uncanny-codes/triggers/uc-codessuffix.php: UC_CODESSUFFIX::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-codes/triggers/uc-codessuffix.php: UC_CODESSUFFIX::user_redeemed_code_suffix() | |
src/integrations/uncanny-codes/triggers/uc-coderedeemed.php: UC_CODEREDEEMED::user_redeemed_code() | |
src/integrations/uncanny-codes/triggers/uc-coderedeemed.php: UC_CODEREDEEMED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-codes/triggers/uc-codesprefix.php: UC_CODESPREFIX::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-codes/triggers/uc-codesprefix.php: UC_CODESPREFIX::user_redeemed_code_prefix() | |
src/integrations/uncanny-codes/triggers/uc-codesbatch.php: UC_CODESBATCH::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-codes/triggers/uc-codesbatch.php: UC_CODESBATCH::user_redeemed_code_batch() | |
src/integrations/uncanny-codes/helpers/uncanny-codes-helpers.php: Uncanny_Codes_Helpers::get_all_code_prefix() | |
src/integrations/uncanny-codes/helpers/uncanny-codes-helpers.php: Uncanny_Codes_Helpers::get_all_code_suffix() | |
src/integrations/uncanny-codes/helpers/uncanny-codes-helpers.php: Uncanny_Codes_Helpers::get_all_code_batch() | |
src/integrations/uncanny-codes/helpers/uncanny-codes-helpers.php: Uncanny_Codes_Helpers::__construct() |
Uoa_Helpers constructor. |
src/integrations/uncanny-codes/helpers/uncanny-codes-helpers.php: Uncanny_Codes_Helpers::get_all_codes() | |
src/integrations/uncanny-codes/tokens/uc-tokens.php: Uc_Tokens::parse_uncanny_codes_token() | |
src/integrations/wp-webhooks/triggers/wpwh-triggertriggered.php: WPWH_TRIGGERTRIGGERED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-webhooks/triggers/wpwh-triggertriggered.php: WPWH_TRIGGERTRIGGERED::save_data() |
Validation function when the trigger action is hit |
src/integrations/wp-webhooks/helpers/wpwh-helpers.php: Wpwh_Helpers::extract_and_save_data() | |
src/integrations/wp-webhooks/helpers/wpwh-helpers.php: Wpwh_Helpers::__construct() |
Wpwh_Helpers constructor. |
src/integrations/uncanny-automator/triggers/uoa-recipecompleted.php: UOA_RECIPECOMPLETED::on_completion() |
Validation function when the trigger action is hit |
src/integrations/uncanny-automator/triggers/uoa-recipecompleted.php: UOA_RECIPECOMPLETED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-automator/triggers/uoa-errors.php: UOA_ERRORS::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-automator/triggers/uoa-errors.php: UOA_ERRORS::error() |
Validation function when the trigger action is hit |
src/integrations/uncanny-automator/helpers/uoa-helpers.php: Uoa_Helpers::get_recipes() | |
src/integrations/uncanny-automator/helpers/uoa-helpers.php: Uoa_Helpers::__construct() |
Uoa_Helpers constructor. |
src/integrations/uncanny-automator/tokens/uoa-tokens.php: Uoa_Tokens::uoa_token() | |
src/integrations/uncanny-groups/actions/uog-createuncannygroup.php: UOG_CREATEUNCANNYGROUP::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/uncanny-groups/actions/uog-createuncannygroup.php: UOG_CREATEUNCANNYGROUP::create_uncanny_group() |
Validation function when the trigger action is hit |
src/integrations/ninja-forms/triggers/nf-subform.php: NF_SUBFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/ninja-forms/triggers/nf-subform.php: NF_SUBFORM::nform_submit() |
Validation function when the trigger action is hit |
src/integrations/ninja-forms/helpers/ninja-forms-helpers.php: Ninja_Forms_Helpers::list_ninja_forms() | |
src/integrations/ninja-forms/helpers/ninja-forms-helpers.php: Ninja_Forms_Helpers::extract_save_ninja_fields() | |
src/integrations/ninja-forms/helpers/ninja-forms-helpers.php: Ninja_Forms_Helpers::__construct() |
Ninja_Forms_Helpers constructor. |
src/integrations/fluent-crm/actions/fcrm-tag-to-user.php: FCRM_TAG_TO_USER::tag_to_user() |
Validation function when the trigger action is hit |
src/integrations/fluent-crm/actions/fcrm-user-to-list.php: FCRM_USER_TO_LIST::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/fluent-crm/actions/fcrm-user-to-list.php: FCRM_USER_TO_LIST::list_to_user() |
Validation function when the trigger action is hit |
src/integrations/fluent-crm/actions/fcrm-tag-to-user.php: FCRM_TAG_TO_USER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/fluent-crm/triggers/fcrm-tag-added-to-user.php: FCRM_TAG_ADDED_TO_USER::contact_added_to_tags() | |
src/integrations/fluent-crm/triggers/fcrm-add-user-to-list.php: FCRM_ADD_USER_TO_LIST::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/fluent-crm/triggers/fcrm-add-user-to-list.php: FCRM_ADD_USER_TO_LIST::contact_added_to_lists() | |
src/integrations/fluent-crm/triggers/fcrm-tag-added-to-user.php: FCRM_TAG_ADDED_TO_USER::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/fluent-crm/helpers/fluent-crm-helpers.php: Fluent_Crm_Helpers::fluent_crm_tags() | |
src/integrations/fluent-crm/helpers/fluent-crm-helpers.php: Fluent_Crm_Helpers::match_single_condition() | |
src/integrations/fluent-crm/helpers/fluent-crm-helpers.php: Fluent_Crm_Helpers::__construct() |
Wp_Fluent_Forms_Helpers constructor. |
src/integrations/fluent-crm/helpers/fluent-crm-helpers.php: Fluent_Crm_Helpers::fluent_crm_lists() | |
src/integrations/presto/triggers/presto-videocomplete.php: PRESTO_VIDEOCOMPLETE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/presto/triggers/presto-videocomplete.php: PRESTO_VIDEOCOMPLETE::video_progress() | |
src/integrations/presto/helpers/presto-helpers.php: Presto_Helpers::list_presto_videos() | |
src/integrations/lifterlms/actions/lf-marklessondone.php: LF_MARKLESSONDONE::lf_mark_lesson_done() |
Validation function when the action is hit. |
src/integrations/presto/helpers/presto-helpers.php: Presto_Helpers::__construct() |
Presto_Helpers constructor. |
src/integrations/presto/tokens/presto-tokens.php: Presto_Tokens::presto_token() |
Parse the token. |
src/integrations/lifterlms/actions/lf-marksectiondone.php: LF_MARKSECTIONDONE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/lifterlms/actions/lf-marksectiondone.php: LF_MARKSECTIONDONE::lf_mark_section_done() |
Validation function when the action is hit. |
src/integrations/lifterlms/actions/lf-marklessondone.php: LF_MARKLESSONDONE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/lifterlms/triggers/lf-quizfailed.php: LF_QUIZFAILED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/lifterlms/triggers/lf-quizfailed.php: LF_QUIZFAILED::lf_quiz_failed() |
Validation function when the trigger action is hit |
src/integrations/lifterlms/triggers/lf-courseenrolled.php: LF_COURSEENROLLED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/lifterlms/triggers/lf-courseenrolled.php: LF_COURSEENROLLED::lf_course_enrolled() |
Validation function when the trigger action is hit |
src/integrations/lifterlms/triggers/lf-quizattempted.php: LF_QUIZATTEMPTED::lf_quiz_attempted() |
Validation function when the trigger action is hit |
src/integrations/lifterlms/triggers/lf-sectiondone.php: LF_SECTIONDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/lifterlms/triggers/lf-sectiondone.php: LF_SECTIONDONE::lf_section_done() |
Validation function when the trigger action is hit |
src/integrations/lifterlms/triggers/lf-quizattempted.php: LF_QUIZATTEMPTED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/lifterlms/triggers/lf-coursedone.php: LF_COURSEDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/lifterlms/triggers/lf-coursedone.php: LF_COURSEDONE::lf_course_done() |
Validation function when the trigger action is hit |
src/integrations/lifterlms/triggers/lf-lessondone.php: LF_LESSONDONE::lf_lesson_completed() |
Validation function when the trigger action is hit |
src/integrations/lifterlms/triggers/lf-quizpassed.php: LF_QUIZPASSED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/lifterlms/triggers/lf-quizpassed.php: LF_QUIZPASSED::lf_quiz_passed() |
Validation function when the trigger action is hit |
src/integrations/lifterlms/triggers/lf-lessondone.php: LF_LESSONDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/lifterlms/helpers/lifterlms-helpers.php: Lifterlms_Helpers::all_lf_courses() | |
src/integrations/lifterlms/helpers/lifterlms-helpers.php: Lifterlms_Helpers::all_lf_lessons() | |
src/integrations/lifterlms/helpers/lifterlms-helpers.php: Lifterlms_Helpers::all_lf_sections() | |
src/integrations/lifterlms/helpers/lifterlms-helpers.php: Lifterlms_Helpers::all_lf_memberships() | |
src/integrations/lifterlms/helpers/lifterlms-helpers.php: Lifterlms_Helpers::all_lf_quizs() | |
src/integrations/lifterlms/helpers/lifterlms-helpers.php: Lifterlms_Helpers::__construct() |
Lifterlms_Helpers constructor. |
src/integrations/woocommerce/triggers/wc-shipstation-shipped.php: WC_SHIPSTATION_SHIPPED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/woocommerce/triggers/wc-shipstation-shipped.php: WC_SHIPSTATION_SHIPPED::shipping_completed() |
Validation function when the trigger action is hit |
src/integrations/woocommerce/triggers/wc-viewproduct.php: WC_VIEWPRODUCT::define_trigger() | |
src/integrations/woocommerce/triggers/wc-viewproduct.php: WC_VIEWPRODUCT::view_woo_product() | |
src/integrations/woocommerce/helpers/woocommerce-helpers.php: Woocommerce_Helpers::all_wc_products() | |
src/integrations/woocommerce/helpers/woocommerce-helpers.php: Woocommerce_Helpers::wc_order_statuses() | |
src/integrations/woocommerce/helpers/woocommerce-helpers.php: Woocommerce_Helpers::__construct() | |
src/integrations/woocommerce/tokens/wc-tokens.php: Wc_Tokens::replace_values() | |
src/integrations/wpforo/actions/wpf-userreputation.php: WPF_USERREPUTATION::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/wpforo/actions/wpf-userreputation.php: WPF_USERREPUTATION::set_reputation() | |
src/integrations/woocommerce/tokens/wc-tokens.php: Wc_Tokens::uap_wc_trigger_save_meta_func() | |
src/integrations/wpforo/triggers/wpf-addedtopic.php: WPF_ADDEDTOPIC::added_topic() | |
src/integrations/wpforo/actions/wpf-usergroup.php: WPF_USERGROUP::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/wpforo/actions/wpf-usergroup.php: WPF_USERGROUP::enrol_in_to_group() | |
src/integrations/wpforo/triggers/wpf-addedtopic.php: WPF_ADDEDTOPIC::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wpforo/tokens/wpf-topic-added-tokens.php: WPF_TOPIC_ADDED_TOKENS::user_replies_to_topic() | |
src/integrations/memberpress/triggers/mp-purchaseproductrecurring.php: MP_PURCHASEPRODUCTRECURRING::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/memberpress/triggers/mp-purchaseproductrecurring.php: MP_PURCHASEPRODUCTRECURRING::mp_product_purchased() | |
src/integrations/memberpress/triggers/mp-purchaseproductonetime.php: MP_PURCHASEPRODUCTONETIME::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/memberpress/triggers/mp-purchaseproductonetime.php: MP_PURCHASEPRODUCTONETIME::mp_product_purchased() | |
src/integrations/memberpress/helpers/memberpress-helpers.php: Memberpress_Helpers::all_memberpress_products() | |
src/integrations/memberpress/helpers/memberpress-helpers.php: Memberpress_Helpers::all_memberpress_products_onetime() | |
src/integrations/memberpress/helpers/memberpress-helpers.php: Memberpress_Helpers::all_memberpress_products_recurring() | |
src/integrations/memberpress/helpers/memberpress-helpers.php: Memberpress_Helpers::__construct() |
Memberpress_Helpers constructor. |
src/integrations/memberpress/tokens/mp-tokens.php: Mp_Tokens::mp_token() | |
src/integrations/twitter/actions/twitter-poststatus.php: TWITTER_POSTSTATUS::define_action() |
Define and register the action by pushing it into the Automator object. |
src/integrations/twitter/actions/twitter-poststatus.php: TWITTER_POSTSTATUS::post_status() |
Action validation function. |
src/integrations/twitter/actions/twitter-poststatus.php: TWITTER_POSTSTATUS::statuses_update() |
Send data to Automator API. |
src/integrations/twitter/helpers/twitter-helpers.php: Twitter_Helpers::__construct() |
Twitter_Helpers constructor. |
src/integrations/contact-form7/triggers/cf7-subform.php: CF7_SUBFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/contact-form7/triggers/cf7-subform.php: CF7_SUBFORM::wpcf7_submit() |
Validation function when the trigger action is hit |
src/integrations/contact-form7/helpers/contact-form7-helpers.php: Contact_Form7_Helpers::list_contact_form7_forms() | |
src/integrations/contact-form7/helpers/contact-form7-helpers.php: Contact_Form7_Helpers::__construct() |
Contact_Form7_Helpers constructor. |
src/integrations/contact-form7/tokens/cf7-tokens.php: Cf7_Tokens::automator_save_cf7_form_func() | |
src/integrations/contact-form7/tokens/cf7-tokens.php: Cf7_Tokens::get_data_from_contact_form() | |
src/integrations/contact-form7/tokens/cf7-tokens.php: Cf7_Tokens::parse_cf7_token() | |
src/integrations/learndash/actions/ld-makeuserleader.php: LD_MAKEUSERLEADER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/learndash/actions/ld-makeuserleader.php: LD_MAKEUSERLEADER::make_user_leader_of_group() |
Validation function when the trigger action is hit |
src/integrations/learndash/actions/ld-creategroup.php: LD_CREATEGROUP::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/learndash/actions/ld-creategroup.php: LD_CREATEGROUP::create_group() |
Validation function when the trigger action is hit |
src/integrations/learndash/actions/ld-enrlcourse-a.php: LD_ENRLCOURSE_A::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/learndash/actions/ld-enrlcourse-a.php: LD_ENRLCOURSE_A::enroll_in_course() |
Validation function when the trigger action is hit |
src/integrations/learndash/actions/ld-marktopicdone.php: LD_MARKTOPICDONE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/learndash/actions/ld-marktopicdone.php: LD_MARKTOPICDONE::mark_completes_a_topic() |
Validation function when the trigger action is hit |
src/integrations/learndash/actions/ld-marklessondone.php: LD_MARKLESSONDONE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/learndash/actions/ld-marklessondone.php: LD_MARKLESSONDONE::mark_completes_a_lesson() |
Validation function when the trigger action is hit |
src/integrations/learndash/actions/ld-markcoursedone.php: LD_MARKCOURSEDONE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/learndash/actions/ld-markcoursedone.php: LD_MARKCOURSEDONE::mark_completes_a_course() |
Validation function when the action is hit |
src/integrations/learndash/triggers/ld-passquiz.php: LD_PASSQUIZ::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/learndash/triggers/ld-passquiz.php: LD_PASSQUIZ::learndash_quiz_completed() |
Validation function when the trigger action is hit |
src/integrations/learndash/triggers/ld-quizscore.php: LD_QUIZSCORE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/learndash/triggers/ld-quizscore.php: LD_QUIZSCORE::learndash_quiz_completed() |
Validation function when the trigger action is hit |
src/integrations/learndash/triggers/ld-failquiz.php: LD_FAILQUIZ::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/learndash/triggers/ld-topicdone.php: LD_TOPICDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/learndash/triggers/ld-topicdone.php: LD_TOPICDONE::topic_completed() |
Validation function when the trigger action is hit |
src/integrations/learndash/triggers/ld-lessondone.php: LD_LESSONDONE::lesson_completed() |
Validation function when the trigger action is hit |
src/integrations/learndash/triggers/ld-coursedone.php: LD_COURSEDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/learndash/triggers/ld-coursedone.php: LD_COURSEDONE::course_done() |
Validation function when the trigger action is hit |
src/integrations/learndash/triggers/ld-lessondone.php: LD_LESSONDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/learndash/triggers/ld-quizdone.php: LD_QUIZDONE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/learndash/triggers/ld-quizpercent.php: LD_QUIZPERCENT::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/learndash/helpers/learndash-helpers.php: Learndash_Helpers::select_lesson_from_course_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/learndash/helpers/learndash-helpers.php: Learndash_Helpers::lesson_from_course_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/learndash/helpers/learndash-helpers.php: Learndash_Helpers::topic_from_lesson_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/learndash/helpers/learndash-helpers.php: Learndash_Helpers::all_ld_courses() | |
src/integrations/learndash/helpers/learndash-helpers.php: Learndash_Helpers::all_ld_lessons() | |
src/integrations/learndash/helpers/learndash-helpers.php: Learndash_Helpers::all_ld_topics() | |
src/integrations/learndash/helpers/learndash-helpers.php: Learndash_Helpers::all_ld_groups() | |
src/integrations/learndash/helpers/learndash-helpers.php: Learndash_Helpers::all_ld_quiz() | |
src/integrations/learndash/helpers/learndash-helpers.php: Learndash_Helpers::__construct() |
Learndash_Helpers constructor. |
src/integrations/wc-memberships/triggers/wcm-adduser.php: WCM_ADDUSER::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wc-memberships/triggers/wcm-adduser.php: WCM_ADDUSER::wc_user_added_to_membership_plan() | |
src/integrations/wc-memberships/actions/wcm-adduser-a.php: WCM_ADDUSER_A::define_action() | |
src/integrations/wc-memberships/actions/wcm-adduser-a.php: WCM_ADDUSER_A::add_user_to_membership_plan() |
Validation function when the action is hit |
src/integrations/wc-memberships/helpers/wc-memberships-helpers.php: Wc_Memberships_Helpers::__construct() |
Wc_Memberships_Helpers constructor. |
src/integrations/wc-memberships/helpers/wc-memberships-helpers.php: Wc_Memberships_Helpers::wcm_get_all_membership_plans() | |
src/integrations/wc-memberships/tokens/wcm-tokens.php: Wcm_Tokens::replace_values() | |
src/integrations/gravity-forms/triggers/gf-subform.php: GF_SUBFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/gravity-forms/triggers/gf-subform.php: GF_SUBFORM::gform_submit() |
Validation function when the trigger action is hit |
src/integrations/gravity-forms/helpers/gravity-forms-helpers.php: Gravity_Forms_Helpers::list_gravity_forms() | |
src/integrations/gravity-forms/helpers/gravity-forms-helpers.php: Gravity_Forms_Helpers::__construct() |
Gravity_Forms_Helpers constructor. |
src/integrations/gravity-forms/tokens/gf-tokens.php: Gf_Tokens::gf_token() |
Parse Gravity Forms tokens. |
src/integrations/restrict-content/actions/restrict-content-add-membership-level.php: RESTRICT_CONTENT_ADD_MEMBERSHIP_LEVEL::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/restrict-content/actions/restrict-content-add-membership-level.php: RESTRICT_CONTENT_ADD_MEMBERSHIP_LEVEL::add_rcp_membership() |
Validation function when the trigger action is hit |
src/integrations/restrict-content/triggers/restrict-content-purchasesmembership.php: RESTRICT_CONTENT_PURCHASESMEMBERSHIP::user_purchases_membership_level() | |
src/integrations/restrict-content/triggers/restrict-content-purchasesmembership.php: RESTRICT_CONTENT_PURCHASESMEMBERSHIP::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/restrict-content/helpers/restrict-content-helpers.php: Restrict_Content_Helpers::__construct() |
Restrict_content_Helpers constructor. |
src/integrations/restrict-content/helpers/restrict-content-helpers.php: Restrict_Content_Helpers::get_membership_levels() | |
src/integrations/gamipress/actions/gp-awardachievement-a.php: GP_AWARDACHIEVEMENT_A::award_an_achievement() |
Validation function when the trigger action is hit |
src/integrations/restrict-content/tokens/restrict-content-tokens.php: Restrict_Content_Tokens::rc_token() | |
src/integrations/gamipress/actions/gp-awardpoints-a.php: GP_AWARDPOINTS_A::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/gamipress/actions/gp-awardpoints-a.php: GP_AWARDPOINTS_A::award_points() |
Validation function when the trigger action is hit |
src/integrations/gamipress/actions/gp-awardachievement-a.php: GP_AWARDACHIEVEMENT_A::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/gamipress/helpers/gamipress-helpers.php: Gamipress_Helpers::list_gp_rank_types() | |
src/integrations/gamipress/helpers/gamipress-helpers.php: Gamipress_Helpers::select_achievements_from_types_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/gamipress/helpers/gamipress-helpers.php: Gamipress_Helpers::select_ranks_from_types_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/gamipress/actions/gp-awardrank-a.php: GP_AWARDRANK_A::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/gamipress/actions/gp-awardrank-a.php: GP_AWARDRANK_A::award_points() |
Validation function when the trigger action is hit |
src/integrations/gamipress/helpers/gamipress-helpers.php: Gamipress_Helpers::list_gp_award_types() | |
src/integrations/gamipress/helpers/gamipress-helpers.php: Gamipress_Helpers::list_gp_points_types() | |
src/integrations/gamipress/helpers/gamipress-helpers.php: Gamipress_Helpers::__construct() |
Gamipress_Helpers constructor. |
src/integrations/mailpoet/actions/mailpoet-addsubscribertolist-a.php: MAILPOET_ADDSUBSCRIBERTOLIST_A::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/mailpoet/actions/mailpoet-addsubscribertolist-a.php: MAILPOET_ADDSUBSCRIBERTOLIST_A::mailpoet_add_subscriber_to_list() |
Validation function when the action is hit. |
src/integrations/mailpoet/actions/mailpoet-adduser-a.php: MAILPOET_ADDUSER_A::mailpoet_add_user_to_list() |
Validation function when the action is hit. |
src/integrations/mailpoet/actions/mailpoet-adduser-a.php: MAILPOET_ADDUSER_A::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/mailpoet/helpers/mailpoet-helpers.php: Mailpoet_Helpers::__construct() |
Uoa_Helpers constructor. |
src/integrations/mailpoet/helpers/mailpoet-helpers.php: Mailpoet_Helpers::get_all_mailpoet_lists() | |
src/integrations/mailpoet/helpers/mailpoet-helpers.php: Mailpoet_Helpers::get_all_mailpoet_subscribers() | |
src/integrations/uncanny-ceus/triggers/uncannyceus-earnsceus.php: UNCANNYCEUS_EARNSCEUS::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/uncanny-ceus/triggers/uncannyceus-earnsceus.php: UNCANNYCEUS_EARNSCEUS::updated_user_ceu_record() | |
src/integrations/uncanny-ceus/actions/uncannyceus-awardceus.php: UNCANNYCEUS_AWARDCEUS::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/uncanny-ceus/actions/uncannyceus-awardceus.php: UNCANNYCEUS_AWARDCEUS::award_ceus() |
Validation function when the trigger action is hit |
src/integrations/uncanny-ceus/helpers/uncanny-ceus-helpers.php: Uncanny_Ceus_Helpers::__construct() |
Uoa_Helpers constructor. |
src/integrations/upsell-plugin/triggers/upsell-plugin-purchprod.php: UPSELL_PLUGIN_PURCHPROD::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/upsell-plugin/triggers/upsell-plugin-purchprod.php: UPSELL_PLUGIN_PURCHPROD::upsell_order_completed() | |
src/integrations/upsell-plugin/helpers/upsell-plugin-helpers.php: Upsell_Plugin_Helpers::__construct() |
Upsell_Plugin_Helpers constructor. |
src/integrations/upsell-plugin/helpers/upsell-plugin-helpers.php: Upsell_Plugin_Helpers::all_upsell_products() | |
src/integrations/wp-courseware/triggers/wpcw-userenrolled.php: WPCW_USERENROLLED::wpcw_user_enrolled() |
Validation function when the trigger action is hit |
src/integrations/wp-courseware/triggers/wpcw-userenrolled.php: WPCW_USERENROLLED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-courseware/triggers/wpcw-unitcompleted.php: WPCW_UNITCOMPLETED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-courseware/triggers/wpcw-unitcompleted.php: WPCW_UNITCOMPLETED::wpcw_unit_completed() |
Validation function when the trigger action is hit |
src/integrations/wp-courseware/triggers/wpcw-coursecompleted.php: WPCW_COURSECOMPLETED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-courseware/triggers/wpcw-coursecompleted.php: WPCW_COURSECOMPLETED::wpcw_course_completed() |
Validation function when the trigger action is hit |
src/integrations/wp-courseware/triggers/wpcw-modulecompleted.php: WPCW_MODULECOMPLETED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-courseware/triggers/wpcw-modulecompleted.php: WPCW_MODULECOMPLETED::wpcw_module_completed() |
Validation function when the trigger action is hit |
src/integrations/wp-courseware/helpers/wp-courseware-helpers.php: Wp_Courseware_Helpers::all_wpcw_units() | |
src/integrations/wp-courseware/helpers/wp-courseware-helpers.php: Wp_Courseware_Helpers::__construct() |
Wp_Courseware_Helpers constructor. |
src/integrations/wp-courseware/helpers/wp-courseware-helpers.php: Wp_Courseware_Helpers::all_wpcw_courses() | |
src/integrations/wp-courseware/helpers/wp-courseware-helpers.php: Wp_Courseware_Helpers::all_wpcw_modules() | |
src/integrations/wp-courseware/tokens/wpcw-tokens.php: Wpcw_Tokens::wpcw_token() | |
src/integrations/wp-fusion/actions/wf-setusertag.php: WF_SETUSERTAG::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/wp-fusion/actions/wf-setusertag.php: WF_SETUSERTAG::set_user_tag() |
Validation function when the action is hit |
src/integrations/wp-fluent-forms/triggers/wpff-subform.php: WPFF_SUBFORM::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp-fluent-forms/triggers/wpff-subform.php: WPFF_SUBFORM::wpffform_submit() |
Validation function when the trigger action is hit |
src/integrations/wp-fluent-forms/helpers/wp-fluent-forms-helpers.php: Wp_Fluent_Forms_Helpers::list_wp_fluent_forms() | |
src/integrations/wp-fluent-forms/helpers/wp-fluent-forms-helpers.php: Wp_Fluent_Forms_Helpers::extract_save_wp_fluent_form_fields() | |
src/integrations/wp-fluent-forms/helpers/wp-fluent-forms-helpers.php: Wp_Fluent_Forms_Helpers::__construct() |
Wp_Fluent_Forms_Helpers constructor. |
src/integrations/wp/actions/wp-createpost.php: WP_CREATEPOST::create_post() |
Validation function when the action is hit |
src/integrations/wp/actions/wp-addrole.php: WP_ADDROLE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/wp/actions/wp-addrole.php: WP_ADDROLE::add_role() |
Validation function when the trigger action is hit |
src/integrations/wp/actions/wp-createpost.php: WP_CREATEPOST::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/wp/actions/wp-userrole.php: WP_USERROLE::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/wp/actions/wp-userrole.php: WP_USERROLE::user_role() |
Validation function when the trigger action is hit |
src/integrations/wp/triggers/wp-usercreatespost.php: WP_USERCREATESPOST::post_published() |
Fires when a post is transitioned from one status to another. |
src/integrations/wp/actions/wp-createuser.php: WP_CREATEUSER::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/wp/actions/wp-createuser.php: WP_CREATEUSER::create_user() |
Validation function when the trigger action is hit |
src/integrations/wp/triggers/wp-viewcustompost.php: WP_VIEWCUSTOMPOST::view_post() | |
src/integrations/wp/triggers/wp-usercreatespost.php: WP_USERCREATESPOST::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp/triggers/wp-submitpost.php: WP_SUBMITPOST::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp/triggers/wp-viewcustompost.php: WP_VIEWCUSTOMPOST::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp/triggers/wp-login.php: WP_LOGIN::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp/triggers/wp-login.php: WP_LOGIN::wp_login() |
Validation function when the trigger action is hit |
src/integrations/wp/triggers/wp-userroleupdated.php: WP_USERROLEUPDATED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp/triggers/wp-userroleupdated.php: WP_USERROLEUPDATED::set_user_role() | |
src/integrations/wp/triggers/wp-viewpost.php: WP_VIEWPOST::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp/triggers/wp-viewpost.php: WP_VIEWPOST::view_post() |
Validation function when the trigger action is hit |
src/integrations/wp/triggers/wp-viewpage.php: WP_VIEWPAGE::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp/triggers/wp-viewpage.php: WP_VIEWPAGE::view_page() |
Validation function when the trigger action is hit |
src/integrations/wp/triggers/wp-submitcomment.php: WP_SUBMITCOMMENT::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp/triggers/wp-submitcomment.php: WP_SUBMITCOMMENT::submitted_comment() |
Validation function when the trigger action is hit |
src/integrations/wp/triggers/wp-userroleadded.php: WP_USERROLEADDED::define_trigger() |
Define and register the trigger by pushing it into the Automator object |
src/integrations/wp/triggers/wp-userroleadded.php: WP_USERROLEADDED::add_user_role() | |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::all_pages() | |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::wp_user_roles() | |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::all_post_types() | |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::select_post_type_taxonomies() |
Return all the specific taxonomies of selected post type in ajax call |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::select_terms_for_selected_taxonomy() |
Return all the specific terms of the selected taxonomy in ajax call |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::__construct() |
Wp_Helpers constructor. |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::select_custom_post_func() |
Return all the specific fields of post type in ajax call |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::all_posts() | |
src/integrations/wp/closures/closure-redirect.php: Closure_Redirect::setup_closure() | |
src/integrations/wp/tokens/wp-post-tokens.php: Wp_Post_Tokens::parse_wp_post_tokens() | |
src/integrations/badgeos/actions/bo-awardrank-a.php: BO_AWARDRANK_A::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/badgeos/actions/bo-awardrank-a.php: BO_AWARDRANK_A::award_points() |
Validation function when the trigger action is hit |
src/integrations/badgeos/actions/bo-awardpoints-a.php: BO_AWARDPOINTS_A::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/badgeos/actions/bo-awardpoints-a.php: BO_AWARDPOINTS_A::award_points() |
Validation function when the trigger action is hit |
src/integrations/badgeos/actions/bo-awardachievement-a.php: BO_AWARDACHIEVEMENT_A::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/badgeos/actions/bo-awardachievement-a.php: BO_AWARDACHIEVEMENT_A::award_an_achievement() |
Validation function when the trigger action is hit |
src/integrations/badgeos/helpers/badgeos-helpers.php: Badgeos_Helpers::list_bo_award_types() | |
src/integrations/badgeos/helpers/badgeos-helpers.php: Badgeos_Helpers::list_bo_points_types() | |
src/integrations/badgeos/helpers/badgeos-helpers.php: Badgeos_Helpers::list_bo_rank_types() | |
src/integrations/badgeos/helpers/badgeos-helpers.php: Badgeos_Helpers::select_achievements_from_types_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/badgeos/helpers/badgeos-helpers.php: Badgeos_Helpers::select_ranks_from_types_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/groundhogg/actions/gh-addtag.php: GH_ADDTAG::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/groundhogg/actions/gh-addtag.php: GH_ADDTAG::add_tag_to_user() | |
src/integrations/badgeos/helpers/badgeos-helpers.php: Badgeos_Helpers::__construct() |
Badgeos_Helpers constructor. |
src/integrations/groundhogg/actions/gh-removetag.php: GH_REMOVETAG::define_action() |
Define and register the action by pushing it into the Automator object |
src/integrations/groundhogg/actions/gh-removetag.php: GH_REMOVETAG::remove_tag_to_user() | |
src/integrations/modern-events-calendar/triggers/mec-user-booking-completed.php: MEC_USER_BOOKING_COMPLETED::define_trigger() |
Define and register the trigger by pushing it into the Automator object. |
src/integrations/modern-events-calendar/triggers/mec-user-booking-completed.php: MEC_USER_BOOKING_COMPLETED::mec_booking_completed() |
Callback function to register trigger parameters. |
src/integrations/modern-events-calendar/helpers/mec-helpers.php: MEC_HELPERS::get_events() |
Returns the list of events registered in MEC. |
src/integrations/modern-events-calendar/tokens/mec-event-tokens.php: Mec_Event_Tokens::__construct() |
Our class constructor. Hooks |
src/integrations/modern-events-calendar/tokens/mec-event-tokens.php: Mec_Event_Tokens::replace_values() |
Replaces the token values. |
src/integrations/give/triggers/make-donation.php: MAKE_DONATION::define_trigger() |
Define trigger settings |
src/integrations/give/triggers/make-donation.php: MAKE_DONATION::givewp_make_donation() | |
src/integrations/give/helpers/give-helpers.php: Give_Helpers::list_all_give_forms() | |
src/integrations/give/tokens/give-tokens.php: Give_Tokens::parse_give_donation_token() | |
src/integrations/give/tokens/give-tokens.php: Give_Tokens::givewp_possible_tokens() | |
src/class-automator-load.php: Automator_Load::automator_closure_scripts() |
Enqueue script |
src/global-functions.php: automator_wp_error() |
Add Error |
src/global-functions.php: automator_wp_error_messages() |
Show error messages |
src/global-functions.php: automator_wp_error_get_message() |
Show error message |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::schedule_action() | |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::remove_schedule() | |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::change_post_recipe_type() | |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::change_post_title() | |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::recipe_completions_allowed() |
Add trigger or action to recipe |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::recipe_max_completions_allowed() | |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::set_recipe_terms() |
Set recipe terms & tags |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::user_selector() | |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::trigger_options() | |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::add() |
Add trigger or action to recipe |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::delete() |
Delete trigger or action to recipe |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::update() |
Add trigger or action to recipe |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::get_options() |
Get Option for trigger |
src/core/automator-post-types/uo-recipe/class-recipe-post-rest-api.php: Recipe_Post_Rest_Api::change_post_status() | |
src/core/automator-post-types/uo-recipe/class-recipe-post-utilities.php: Recipe_Post_Utilities::assets_get_automator_main_object() | |
src/core/automator-post-types/uo-recipe/class-recipe-post-utilities.php: Recipe_Post_Utilities::delete_triggers_actions() |
Delete all children triggers and actions of recipe |
src/core/automator-post-types/uo-recipe/class-recipe-post-utilities.php: Recipe_Post_Utilities::delete_recipe_logs() |
Delete all logs and meta for triggers |
src/core/classes/class-actionify-triggers.php: Actionify_Triggers::actionify_triggers() |
Load up our activity triggers, so we can add actions to them |
src/core/classes/class-set-up-automator.php: Set_Up_Automator::initialize_add_integrations() |
Initialize integrations |
src/core/classes/class-set-up-automator.php: Set_Up_Automator::get_integrations_autoload_directories() |
Sets all trigger, actions, and closure classes directories |
src/core/classes/class-set-up-automator.php: Set_Up_Automator::automator_configure() |
Configure Automator |
src/core/classes/class-populate-from-query.php: Populate_From_Query::maybe_populate() |
Figure out if this post needs to be populated from the query params. |
src/core/classes/class-add-user-recipe-type.php: Add_User_Recipe_Type::add_user_type_recipe() | |
src/core/lib/recipe-parts/tokens/class-automator-tokens.php: Automator_Tokens::trigger_tokens() |
Get token data for recipe triggers |
src/core/lib/helper-functions/automator-helper-functions.php: automator_update_recipe_run() | |
src/core/lib/utilities/class-automator-registration.php: Automator_Registration::closure() |
Registers a new closure and creates a type if defined and the type does not exist |
src/core/lib/utilities/class-automator-registration.php: Automator_Registration::trigger() |
Register a new trigger and creates a type if defined and the type does not exist |
src/core/lib/utilities/class-automator-registration.php: Automator_Registration::integration() |
Add a new integration |
src/core/lib/utilities/class-automator-registration.php: Automator_Registration::action() |
Register a new uap action and creates a type if defined and the type does not exist |
src/core/lib/utilities/class-automator-registration.php: Automator_Registration::recipe_type() | |
src/core/lib/utilities/class-automator-integrations-status.php: Automator_Integrations_Status::get() |
Check if a plugin is active |
src/core/lib/utilities/class-automator-utilities.php: Automator_Utilities::get_recipe_type() |
Get the recipe type |
src/core/lib/utilities/class-automator-utilities.php: Automator_Utilities::set_recipe_type() |
Set the recipe type |
src/core/lib/utilities/class-automator-utilities.php: Automator_Utilities::sort_integrations_alphabetically() |
Sort integrations alphabetically |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::recipes_from_trigger_code() | |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::trigger_accepted_args_from_trigger_code() |
Accepts a trigger code(most like from trigger meta) and returns that associated trigger validation function accepted args |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::trigger_options_from_trigger_code() |
Accepts a trigger code(most like from trigger meta) and returns that associated trigger options |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::trigger_log_id() |
Get the trigger log ID for the user |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::trigger_meta() |
Get the trigger for the user |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::trigger_integration_from_trigger_code() |
Accepts a trigger code(most like from trigger meta) and returns that associated trigger sentence |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::action_integration_from_action_code() |
Accepts a action code(most like from action meta) and returns that associated action sentence |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::closure_integration_from_closure_code() |
Accepts a closure code(most like from closure meta) and returns that associated closure integration |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::action_execution_function_from_action_code() |
Accepts an action code(most like from trigger meta) and returns that associated action execution function |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::closure_execution_function_from_closure_code() |
Accepts an action code(most like from trigger meta) and returns that associated action execution function |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::value_from_trigger_meta() | |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::trigger_priority_from_trigger_code() |
Accepts a trigger code(most like from trigger meta) and returns that associated trigger validation function priority |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::trigger_tokens_from_trigger_code() |
Accepts a trigger code(most like from trigger meta) and returns that associated trigger validation function priority |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::item_code_from_item_id() |
Accepts a trigger, action, or closure id and return the corresponding trigger_code, action_code, or closure_code |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::trigger_actions_from_trigger_code() |
Accepts a trigger code(most like from trigger meta) and returns that associated trigger add_action hook |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::trigger_meta_from_trigger_code() |
Accepts a trigger code(most like from trigger meta) and returns that associated trigger add_action hook |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::trigger_title_from_trigger_code() |
Accepts a trigger code(most like from trigger meta) and returns that associated trigger sentence |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::action_title_from_action_code() |
Accepts a action code(most like from action meta) and returns that associated action title |
src/core/lib/utilities/class-automator-get-data.php: Automator_Get_Data::trigger_validation_function_from_trigger_code() |
Accepts a trigger code(most like from trigger meta) and returns that associated trigger validation function |
src/core/lib/utilities/db/class-automator-db-handler-actions.php: Automator_DB_Handler_Actions::get_meta() | |
src/core/lib/utilities/db/class-automator-db-handler-actions.php: Automator_DB_Handler_Actions::mark_complete() | |
src/core/lib/utilities/db/class-automator-db-handler-actions.php: Automator_DB_Handler_Actions::get_error_message() | |
src/core/lib/utilities/db/class-automator-db-handler-actions.php: Automator_DB_Handler_Actions::delete() | |
src/core/lib/utilities/db/class-automator-db-handler-triggers.php: Automator_DB_Handler_Triggers::delete() | |
src/core/lib/utilities/db/class-automator-db-handler-actions.php: Automator_DB_Handler_Actions::add() | |
src/core/lib/utilities/db/class-automator-db-handler-actions.php: Automator_DB_Handler_Actions::update() | |
src/core/lib/utilities/db/class-automator-db-handler-actions.php: Automator_DB_Handler_Actions::add_meta() | |
src/core/lib/utilities/db/class-automator-db-handler-triggers.php: Automator_DB_Handler_Triggers::add_meta() | |
src/core/lib/utilities/db/class-automator-db-handler-triggers.php: Automator_DB_Handler_Triggers::add_token_meta() | |
src/core/lib/utilities/db/class-automator-db-handler-triggers.php: Automator_DB_Handler_Triggers::update_meta() | |
src/core/lib/utilities/db/class-automator-db-handler-triggers.php: Automator_DB_Handler_Triggers::get_sentence() | |
src/core/lib/utilities/db/class-automator-db-handler-triggers.php: Automator_DB_Handler_Triggers::get_meta() | |
src/core/lib/utilities/db/class-automator-db-handler-triggers.php: Automator_DB_Handler_Triggers::is_completed() | |
src/core/lib/utilities/db/class-automator-db-handler-triggers.php: Automator_DB_Handler_Triggers::add() | |
src/core/lib/utilities/db/class-automator-db-handler-triggers.php: Automator_DB_Handler_Triggers::update() | |
src/core/lib/utilities/db/class-automator-db-handler-tokens.php: Automator_DB_Handler_Tokens::save() | |
src/core/lib/utilities/db/class-automator-db-handler-tokens.php: Automator_DB_Handler_Tokens::get() | |
src/core/lib/utilities/db/class-automator-db-handler-recipes.php: Automator_DB_Handler_Recipes::get_scheduled_actions_count() |
get_scheduled_actions_count |
src/core/lib/utilities/db/class-automator-db-handler-recipes.php: Automator_DB_Handler_Recipes::delete() | |
src/core/lib/utilities/db/class-automator-db-handler-recipes.php: Automator_DB_Handler_Recipes::add() |
Inserts a new recipe run in to Recipe logs table. |
src/core/lib/utilities/db/class-automator-db-handler-recipes.php: Automator_DB_Handler_Recipes::update() |
Update recipe log table. Check $wpdb->update() to see how to pass values. |
src/core/lib/utilities/db/class-automator-db-handler-recipes.php: Automator_DB_Handler_Recipes::log_run_pre_exists() | |
src/core/lib/utilities/db/class-automator-db-handler-closures.php: Automator_DB_Handler_Closures::delete() | |
src/core/lib/utilities/class-automator-input-parser.php: Automator_Input_Parser::parse_vars() |
Parse field text by replacing variable with real data |
src/core/lib/utilities/class-automator-input-parser.php: Automator_Input_Parser::replace_recipe_variables() | |
src/core/lib/utilities/class-automator-input-parser.php: Automator_Input_Parser::v3_parser() | |
src/core/lib/class-automator-functions.php: Automator_Functions::is_user_signed_in() | |
src/core/lib/class-automator-functions.php: Automator_Functions::are_recipes_completed() |
Check if the recipe was completed |
src/core/lib/class-automator-functions.php: Automator_Functions::is_recipe_completed() |
Check if the recipe was completed |
src/core/lib/class-automator-functions.php: Automator_Functions::is_recipe_completed_max_times() | |
src/core/lib/class-automator-functions.php: Automator_Functions::get_recipe_data() |
Get saved data for recipe actions or triggers |
src/core/lib/class-automator-functions.php: Automator_Functions::get_recipes_data() |
Get data for all recipe objects |
src/core/lib/class-automator-functions.php: Automator_Functions::get_recipe_data_by_recipe_id() | |
src/core/lib/helpers/class-automator-recipe-helpers.php: Automator_Helpers_Recipe::wp_query() | |
src/core/lib/helpers/class-automator-recipe-helpers.php: Automator_Helpers_Recipe::wp_users() | |
src/core/lib/helpers/class-automator-recipe-helpers.php: Automator_Helpers_Recipe::get_form_data_from_trigger_meta() |
Replacing frequently used helpers function/query to central so that it doesn’t have to defined repeatedly |
src/core/lib/helpers/class-automator-email-helpers.php: Automator_Email_Helpers::send() | |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::maybe_change_recipe_log_to_zero() | |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::maybe_trigger_add_any_option_meta() |
Validate if the number of times of a trigger condition met |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::update_trigger_meta() |
Update the trigger for the user |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::maybe_trigger_complete() |
Complete a trigger once all validation & trigger entry added and number of times met, complete the trigger |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::trigger_meta_id() |
Get the trigger for the user |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::update_trigger() |
Update the trigger for the user |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::is_trigger_completed() |
Check if the trigger is completed |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::maybe_get_trigger_id() |
Record an entry in to DB against a trigger |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::insert_trigger() |
Insert trigger for the user |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::maybe_validate_trigger() |
Validate (int) values trigger v/s (int) trigger[‘meta’]. |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::maybe_trigger_num_times_completed() |
Validate if the number of times of a trigger condition met |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::insert_trigger_meta() |
Insert the trigger for the user |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::maybe_add_trigger_entry() |
Matches recipes against trigger meta/code. If a recipe is found and not completed, add a trigger entry in to the DB and matches number of times. |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::insert_recipe_log() | |
src/core/lib/process/class-automator-recipe-process-user.php: Automator_Recipe_Process_User::maybe_validate_trigger_without_postid() |
Validate recipe post ID when ignore post id is passed. |
src/core/lib/process/class-automator-recipe-process-complete.php: Automator_Recipe_Process_Complete::recipe() |
Complete a recipe |
src/core/lib/process/class-automator-recipe-process-complete.php: Automator_Recipe_Process_Complete::closures() |
Complete all closures in recipe |
src/core/lib/process/class-automator-recipe-process-complete.php: Automator_Recipe_Process_Complete::triggers_completed() |
Are all triggers in the recipe completed |
src/core/lib/process/class-automator-recipe-process-complete.php: Automator_Recipe_Process_Complete::complete_actions() |
Complete all actions in recipe |
src/core/lib/process/class-automator-recipe-process-complete.php: Automator_Recipe_Process_Complete::action() |
Complete the action for the user |
src/core/lib/process/class-automator-recipe-process-complete.php: Automator_Recipe_Process_Complete::create_action() | |
src/core/lib/process/class-automator-recipe-process-complete.php: Automator_Recipe_Process_Complete::parse_custom_value() |
this code is to parse new “Use custom value” functionality before an action function is called. We will not have to modify each integration to support it. |
src/core/lib/process/class-automator-recipe-process-complete.php: Automator_Recipe_Process_Complete::trigger() |
Complete the trigger for the user |
src/core/admin/class-logs-list-table.php: Logs_List_Table::format_recipe_data() |
Format recipes log data |
src/core/admin/class-logs-list-table.php: Logs_List_Table::format_trigger_data() |
Format trigger log data |
src/core/admin/class-logs-list-table.php: Logs_List_Table::format_action_data() |
Format action log data |